diff --git a/check_process b/check_process index 69c79f2..4b75a1f 100644 --- a/check_process +++ b/check_process @@ -17,6 +17,25 @@ multi_instance=0 port_already_use=0 change_url=1 +;; Test complet server + ; Manifest + domain="domain.tld" + is_public=1 + node_type="server" + server_ip="none..." + ; Checks + pkg_linter=1 + setup_sub_dir=0 + setup_root=1 + setup_nourl=0 + setup_private=1 + setup_public=1 + upgrade=1 + #upgrade=1 from_commit=CommitHash + backup_restore=1 + multi_instance=0 + port_already_use=0 + change_url=1 ;;; Options Email= Notification=none diff --git a/scripts/install b/scripts/install index f2fcded..be5e89f 100755 --- a/scripts/install +++ b/scripts/install @@ -154,7 +154,6 @@ then mv -f $tempdir/nomad-driver-lxc $datadir/plugins/nomad-driver-lxc ynh_secure_remove --file="$tempdir" - ynh_remove_go fi #================================================= diff --git a/scripts/remove b/scripts/remove index cf1cbb2..1d1a119 100755 --- a/scripts/remove +++ b/scripts/remove @@ -97,6 +97,7 @@ ynh_script_progression --message="Removing dependencies..." # Remove metapackage and its dependencies ynh_remove_app_dependencies +ynh_remove_go #================================================= # REMOVE DATA DIR diff --git a/scripts/upgrade b/scripts/upgrade index 4a5239f..bc97c15 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -121,7 +121,6 @@ then mv -f $tempdir/nomad-driver-lxc $datadir/plugins/nomad-driver-lxc ynh_secure_remove --file="$tempdir" - ynh_remove_go fi #=================================================