This commit is contained in:
qiaofeng1227 2023-10-16 11:26:00 +08:00
parent 8f6575d078
commit 65a689869e
2 changed files with 5 additions and 5 deletions

View file

@ -380,10 +380,10 @@ install_backends
bash $install_path/install/install_cockpit.sh
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

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