Update openproject.sh

This commit is contained in:
CanbiZ 2025-04-03 09:56:56 +02:00
parent a7f461b500
commit e199f78009

View File

@ -31,6 +31,7 @@ function update_script() {
$STD apt-get update
$STD apt-get install --only-upgrade -y openproject
msg_ok "Updated ${APP}"
exit 0
}
start