Skip to content

Commit c1ff326

Browse files
committed
Do not rename pipeline cfg
1 parent 21f6715 commit c1ff326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/change_db.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ execute_cmd () {
3434
}
3535
echo "NEW=$NEW"
3636

37-
for path in var/filestorage/Data.fs var/blobstorage dt_csv_dir dt_files_dir data-transfer.cfg
37+
#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
3839
do
3940
if [ -e "$path" ] || [ -L "$path" ]; then
4041
cmd=(mv $path $path.$CUR)

0 commit comments

Comments
 (0)