Update homer-v5.sh

This commit is contained in:
tteckster 2023-01-17 05:48:38 -05:00 committed by GitHub
parent 1e2f8fb059
commit 68ceabf85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -325,10 +325,10 @@ msg_info "Stopping ${APP}"
systemctl stop homer
msg_ok "Stopped ${APP}"
msg_info "Backing up conf.yml"
msg_info "Backing up config.yml"
cd ~
cp -R /opt/homer/assets/config.yml config.yml
msg_ok "Backed up conf.yml"
msg_ok "Backed up config.yml"
msg_info "Updating ${APP}"
rm -rf /opt/homer/*