This commit is contained in:
qiaofeng1227 2023-10-16 11:59:50 +08:00
parent dc51c470d5
commit 050fbf7f08
3 changed files with 6 additions and 7 deletions

View file

@ -379,12 +379,11 @@ fi
install_backends
bash $install_path/install/install_cockpit.sh
echo "Finished executing install_cockpit.sh with exit status $?"
echo "cockpit install ok"
# if [ $? -ne 0 ]; then
# echo "install_cockpit failed with error $?. Exiting."
# exit 1
# fi
if [ $? -ne 0 ]; then
echo "install_cockpit failed with error $?. Exiting."
exit 1
fi
echo "plugins start to install"
bash $install_path/install/install_plugins.sh
if [ $? -ne 0 ]; then

View file

@ -2,7 +2,7 @@
# Define PATH
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
# Export PATH
export PATH
# export PATH
## This script is used for install or upgrade Cockpit on Linux

View file

@ -1,5 +1,5 @@
{
"version": "0.8.26-rc48",
"version": "0.8.26-rc50",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",