两边一致

This commit is contained in:
Mr Chen 2019-01-15 16:21:22 +08:00
parent d0430e7b3c
commit ac71de01bd
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ cd $SAVE_PATH && svn update --username={$CSVN_USER} --password={$CSVN_PWD} --no-
WEB_PATH={$PROJECT_DIR}/wwwroot/$REPOS
sudo mkdir -p $WEB_PATH
sudo rsync -vauP --exclude=".*" $SAVE_PATH/ $WEB_PATH
sudo rsync -vauP --delete --exclude=".*" $SAVE_PATH/ $WEB_PATH
sudo chown -R www:www $WEB_PATH