update.sh: Fix script not copying hidden files
This commit is contained in:
parent
d5e16477cf
commit
cf68d0ff7c
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ echo "Made backup at $BACKUP_DIR"
|
|||
|
||||
rm -rf "$WEBSITES_PATH"
|
||||
mkdir -p "$WEBSITES_PATH"
|
||||
cp -rf public/* "$WEBSITES_PATH"
|
||||
find public/ -mindepth 1 -maxdepth 1 -exec cp -rf {} "$WEBSITES_PATH"/ \;
|
||||
|
||||
echo "Installed $WEBSITE_NAME at $WEBSITES_PATH"
|
||||
|
|
Loading…
Reference in a new issue