mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Update rsync exclusion path
This commit is contained in:
parent
9a709b3ded
commit
61a1f063ea
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ function _download_latest_files() {
|
|||
fi
|
||||
|
||||
_install_log "Installing application to $webroot_dir"
|
||||
sudo rsync -av --exclude='/ajax/system/sys_read_logfile.php' "$source_dir"/ "$webroot_dir"/ >/dev/null 2>&1 || _install_status 1 "Unable to install files to $webroot_dir"
|
||||
sudo rsync -av --exclude='ajax/system/sys_read_logfile.php' "$source_dir"/ "$webroot_dir"/ >/dev/null 2>&1 || _install_status 1 "Unable to install files to $webroot_dir"
|
||||
|
||||
if [ "$update" == 1 ]; then
|
||||
_install_log "Applying existing configuration to ${webroot_dir}/includes"
|
||||
|
|
Loading…
Reference in a new issue