Remove old settings info

This commit is contained in:
2017-12-07 14:30:57 +09:00
parent a95d28a09f
commit a2b6f29886
4 changed files with 9 additions and 10 deletions

View File

@@ -3,10 +3,10 @@
# create path
path=`pwd`"/"$0;
LOCAL_BASE_DIR="";
LOCAL_BASE_DIR="<local folder>";
LOCAL_DIR=$LOCAL_BASE_DIR"";
REMOTE_WEB="";
TARGET_HOST_WEB="developer@10.76.32.25";
REMOTE_WEB="<remote folder>";
TARGET_HOST_WEB="<user>@<host>
TMP_DIR=$LOCAL_BASE_DIR"/4dev/";
tmpf_web=$TMP_DIR"tmp.web";