This commit is contained in:
qiaofeng1227 2023-10-16 10:57:40 +08:00
parent 2b8ec48acf
commit 583419860c
2 changed files with 3 additions and 2 deletions

View file

@ -379,11 +379,12 @@ fi
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
echo "plugins start to install"
bash $install_path/install/install_plugins.sh
if [ $? -ne 0 ]; then
echo "install_plugins failed with error $?. Exiting."

View file

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