We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f6715 commit c1ff326Copy full SHA for c1ff326
scripts/change_db.sh
@@ -34,7 +34,8 @@ execute_cmd () {
34
}
35
echo "NEW=$NEW"
36
37
-for path in var/filestorage/Data.fs var/blobstorage dt_csv_dir dt_files_dir data-transfer.cfg
+#for path in var/filestorage/Data.fs var/blobstorage dt_csv_dir dt_files_dir data-transfer.cfg
38
+for path in var/filestorage/Data.fs var/blobstorage dt_csv_dir dt_files_dir
39
do
40
if [ -e "$path" ] || [ -L "$path" ]; then
41
cmd=(mv $path $path.$CUR)
0 commit comments