Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-06-30 13:16:26 +02:00 committed by GitHub
parent 077df5a9c6
commit 4f38d857db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1184,6 +1184,7 @@ install_openadmin(){
systemctl daemon-reload > /dev/null 2>&1 systemctl daemon-reload > /dev/null 2>&1
service admin start > /dev/null 2>&1 service admin start > /dev/null 2>&1
systemctl enable admin > /dev/null 2>&1
} }