This commit is contained in:
qiaofeng1227 2024-12-11 15:50:07 +08:00
parent d270b4e02c
commit 7664e19ade
2 changed files with 3 additions and 3 deletions

View File

@ -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."

View File

@ -1,5 +1,5 @@
{
"version": "2.1.17",
"version": "2.1.17-rc2",
"plugins": {
"portainer": "0.1.3",
"nginx": "0.1.0",