This commit is contained in:
qiaofeng1227 2023-10-13 19:02:03 +08:00
parent 1bfe222d78
commit eae82af438
2 changed files with 5 additions and 1 deletions

View file

@ -377,6 +377,8 @@ if [ $? -ne 0 ]; then
fi
install_backends
bash $install_path/install/install_cockpit.sh
echo "start plugins bash1"
bash $install_path/install/install_cockpit.sh
if [ $? -ne 0 ]; then
@ -384,6 +386,8 @@ if [ $? -ne 0 ]; then
exit 1
fi
echo "start plugins bash2"
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-rc38",
"version": "0.8.26-rc39",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",