This commit is contained in:
tteckster
2023-03-21 13:40:34 -04:00
committed by GitHub
parent 0adb39c4e1
commit 3a2859feca
22 changed files with 23 additions and 8 deletions

View File

@@ -53,6 +53,7 @@ function default_settings() {
function update_script() {
header_info
if [[ ! -f /etc/apache2/sites-available/grocy.conf ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating ${APP}"
bash /var/www/html/update.sh
msg_ok "Updated ${APP}"