1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nomad_ynh.git synced 2024-09-03 19:55:53 +02:00

Fix ynh_remove_go

This commit is contained in:
yalh76 2022-07-22 14:32:37 +02:00
parent e2c429c189
commit 1475937eb6
4 changed files with 20 additions and 2 deletions

View file

@ -17,6 +17,25 @@
multi_instance=0 multi_instance=0
port_already_use=0 port_already_use=0
change_url=1 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 ;;; Options
Email= Email=
Notification=none Notification=none

View file

@ -154,7 +154,6 @@ then
mv -f $tempdir/nomad-driver-lxc $datadir/plugins/nomad-driver-lxc mv -f $tempdir/nomad-driver-lxc $datadir/plugins/nomad-driver-lxc
ynh_secure_remove --file="$tempdir" ynh_secure_remove --file="$tempdir"
ynh_remove_go
fi fi
#================================================= #=================================================

View file

@ -97,6 +97,7 @@ ynh_script_progression --message="Removing dependencies..."
# Remove metapackage and its dependencies # Remove metapackage and its dependencies
ynh_remove_app_dependencies ynh_remove_app_dependencies
ynh_remove_go
#================================================= #=================================================
# REMOVE DATA DIR # REMOVE DATA DIR

View file

@ -121,7 +121,6 @@ then
mv -f $tempdir/nomad-driver-lxc $datadir/plugins/nomad-driver-lxc mv -f $tempdir/nomad-driver-lxc $datadir/plugins/nomad-driver-lxc
ynh_secure_remove --file="$tempdir" ynh_secure_remove --file="$tempdir"
ynh_remove_go
fi fi
#================================================= #=================================================