Sync template writes tmp files into tmp folder
This commit is contained in:
@@ -7,8 +7,8 @@ LOCAL_BASE_DIR="<local folder>";
|
|||||||
LOCAL_DIR=$LOCAL_BASE_DIR"";
|
LOCAL_DIR=$LOCAL_BASE_DIR"";
|
||||||
REMOTE_WEB="<remote folder>";
|
REMOTE_WEB="<remote folder>";
|
||||||
TARGET_HOST_WEB="<user>@<host>";
|
TARGET_HOST_WEB="<user>@<host>";
|
||||||
TMP_DIR=$LOCAL_BASE_DIR"/4dev/";
|
TMP_DIR=$LOCAL_BASE_DIR"/4dev/tmp/";
|
||||||
tmpf_web=$TMP_DIR"tmp.web";
|
tmpf_web=$TMP_DIR"sync.exclude.tmp";
|
||||||
|
|
||||||
# for web (ika)
|
# for web (ika)
|
||||||
rm -f $tmpf_web;
|
rm -f $tmpf_web;
|
||||||
|
|||||||
Reference in New Issue
Block a user