diff --git a/install/install_cockpit.sh b/install/install_cockpit.sh index 3d814a94..064daa9d 100644 --- a/install/install_cockpit.sh +++ b/install/install_cockpit.sh @@ -370,6 +370,7 @@ Test_Cockpit(){ done Print_Version + echo "after print version" } @@ -379,6 +380,6 @@ Install_PackageKit Set_Repository Install_Cockpit Test_Cockpit - +echo "after print version---" # release package memory sudo systemctl restart packagekit.service \ No newline at end of file diff --git a/install/install_plugins.sh b/install/install_plugins.sh index eb063866..bb658a21 100644 --- a/install/install_plugins.sh +++ b/install/install_plugins.sh @@ -13,6 +13,7 @@ export PATH # # ============================================================================== +echo "start plugins install..." # get input and define vars while [[ $# -gt 0 ]]; do case $1 in @@ -31,6 +32,8 @@ if [ -z "$channel" ]; then channel="release" fi +echo "start plugins install......" + if [ -z "$source_github_pages" ]; then source_github_pages="https://websoft9.github.io/websoft9" fi diff --git a/version.json b/version.json index eee17621..5da09d60 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.8.26-rc37", + "version": "0.8.26-rc38", "plugins": { "portainer": "0.0.7", "nginx": "0.0.5",