1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-08 13:19:05 +00:00

add: double restart to fix homarr migration (#2757)

This commit is contained in:
Tobias 2025-03-01 13:18:49 +01:00 committed by GitHub
parent 6d0fe3e2ee
commit e29652c8dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,6 +148,7 @@ EOF
msg_info "Starting Services"
systemctl start homarr
systemctl restart homarr
msg_ok "Started Services"
msg_ok "Updated Successfully"
else