diff --git a/install/install_cockpit.sh b/install/install_cockpit.sh index 1ab262f1..a3361edc 100644 --- a/install/install_cockpit.sh +++ b/install/install_cockpit.sh @@ -385,4 +385,6 @@ if systemctl cat packagekit > /dev/null 2>&1; then sudo systemctl restart packagekit else echo "no packagekit" -fi \ No newline at end of file +fi + +echo "cockpit install finished." \ No newline at end of file diff --git a/version.json b/version.json index 710a2cf6..24ab34e7 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.8.26-rc44", + "version": "0.8.26-rc45", "plugins": { "portainer": "0.0.7", "nginx": "0.0.5",