summaryrefslogtreecommitdiff
path: root/scripts/idgi/rename.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/idgi/rename.sh')
-rwxr-xr-xscripts/idgi/rename.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/idgi/rename.sh b/scripts/idgi/rename.sh
index 18af639..30eca21 100755
--- a/scripts/idgi/rename.sh
+++ b/scripts/idgi/rename.sh
@@ -7,6 +7,6 @@ while read LINE
NEWL=${NEWL/%jpg/removed.jpg}
NEWL=${NEWL/%jpeg/removed.jpeg}
NEWL=${NEWL/%png/removed.png}
- CMDLINE="mv /home/dumpfmprod/prod/$LINE /home/dumpfmprod/prod/$NEWL"
+ CMDLINE="mv /home/humpfmprod/prod/$LINE /home/humpfmprod/prod/$NEWL"
$CMDLINE
done