summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]archive_an_image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/archive_an_image.sh b/archive_an_image.sh
index aec6c60..7bfc71d 100644..100755
--- a/archive_an_image.sh
+++ b/archive_an_image.sh
@@ -10,5 +10,5 @@ img_date=`date -r "$img_path" +"%y-%m-%d_%H%M"`
archive_path="$archive_dir$img_date"
mkdir -p "$archive_path"
-# Move the img to the archive
-mv "$img_path" "$archive_path"
+# Move the img to the archive - Copy for now due to tlsa scripts
+cp "$img_path" "$archive_path"