rc
This commit is contained in:
parent
8f6575d078
commit
65a689869e
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.26-rc45",
|
||||
"version": "0.8.26-rc46",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue