rc
This commit is contained in:
parent
2b8ec48acf
commit
583419860c
2 changed files with 3 additions and 2 deletions
|
@ -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."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.26-rc43",
|
||||
"version": "0.8.26-rc44",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue