mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
rc
This commit is contained in:
parent
d270b4e02c
commit
7664e19ade
@ -522,14 +522,14 @@ download_source_and_checkimage | tee -a $log_path
|
||||
|
||||
install_backends | tee -a $log_path
|
||||
|
||||
install_systemd | tee -a $log_path
|
||||
|
||||
bash $install_path/install/install_cockpit.sh | tee -a $log_path
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "install_cockpit failed with error $?. Exiting."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
install_systemd | tee -a $log_path
|
||||
|
||||
bash $install_path/install/install_plugins.sh | tee -a $log_path
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "install_plugins failed with error $?. Exiting."
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.1.17",
|
||||
"version": "2.1.17-rc2",
|
||||
"plugins": {
|
||||
"portainer": "0.1.3",
|
||||
"nginx": "0.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user