mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
rc
This commit is contained in:
parent
e17e5ed034
commit
fc8dc6ebb4
@ -370,7 +370,7 @@ check_ports $http_port $https_port $port
|
||||
install_tools
|
||||
download_source
|
||||
|
||||
bash $install_path/install/install_docker.sh
|
||||
source $install_path/install/install_docker.sh
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "install_docker failed with error $?. Exiting."
|
||||
exit 1
|
||||
@ -378,13 +378,13 @@ fi
|
||||
|
||||
install_backends
|
||||
|
||||
bash $install_path/install/install_cockpit.sh
|
||||
source $install_path/install/install_cockpit.sh
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "install_cockpit failed with error $?. Exiting."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
bash $install_path/install/install_plugins.sh
|
||||
source $install_path/install/install_plugins.sh
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "install_plugins failed with error $?. Exiting."
|
||||
exit 1
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.8.26-rc52",
|
||||
"version": "0.8.26-rc53",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
Loading…
Reference in New Issue
Block a user