mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 17:40:35 +08:00
rc
This commit is contained in:
parent
8f6575d078
commit
65a689869e
@ -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…
Reference in New Issue
Block a user