diff --git a/install/install_cockpit.sh b/install/install_cockpit.sh index 09cfba4e..ae3050fc 100644 --- a/install/install_cockpit.sh +++ b/install/install_cockpit.sh @@ -380,4 +380,6 @@ Set_Repository Install_Cockpit Test_Cockpit # release package memory --sudo systemctl restart packagekit.service \ No newline at end of file +set +e +sudo systemctl restart packagekit.service +set -e \ No newline at end of file diff --git a/version.json b/version.json index 77ce30a2..71e8ae62 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.8.26-rc40", + "version": "0.8.26-rc41", "plugins": { "portainer": "0.0.7", "nginx": "0.0.5",