Paymenter: Installation and update fixes (#7792)

This commit is contained in:
Slaviša Arežina
2025-09-22 08:07:33 +02:00
committed by GitHub
parent a6d6f79943
commit 277f6ce7d1
2 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ function update_script() {
if check_for_gh_release "paymenter" "paymenter/paymenter"; then
msg_info "Updating ${APP}"
cd /opt/paymenter
$STD php artisan p:upgrade --no-interaction
$STD php artisan app:upgrade --no-interaction
echo "${CHECK_UPDATE_RELEASE}" >~/.paymenter
msg_ok "Updated Successfully"
fi