fix installer issue

This commit is contained in:
Abouzar Parvan 2021-08-31 11:55:12 +04:30 committed by GitHub
parent ed5559d259
commit b721178a24
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ function backup_old_config() {
rsync --archive -hh --partial --progress --cvs-exclude \
--modify-window=1 "$dir"/ "$dir.bak"
else
cp -R "$dir/*" "$dir.bak/."
cp -R "$dir/"* "$dir.bak/."
fi
done
echo "Backup operation complete"