Update install_cockpit.sh
This commit is contained in:
parent
6388003629
commit
dddeed982b
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ Set_Repository() {
|
|||
Restart_Cockpit(){
|
||||
echo "$echo_prefix_cockpit Restart Cockpit"
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable cockpit 2> /dev/null
|
||||
sudo systemctl enable cockpit.socket 2> /dev/null
|
||||
sudo systemctl restart cockpit.socket 2> /dev/null
|
||||
sudo systemctl restart cockpit || exit 1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue