diff --git a/check_process b/check_process deleted file mode 100644 index 6a7d009..0000000 --- a/check_process +++ /dev/null @@ -1,20 +0,0 @@ -;; Test complet - ; Manifest - warning=1 - ; Checks - pkg_linter=1 - setup_sub_dir=0 - setup_root=0 - setup_nourl=1 - setup_private=0 - setup_public=0 - upgrade=1 - # 4.9.5~ynh2 - upgrade=1 from_commit=2e86319103d3b6031c78d51245b06dd47327e0c4 - backup_restore=1 - multi_instance=0 - port_already_use=0 - change_url=0 -;;; Options -Email= -Notification=none diff --git a/manifest.toml b/manifest.toml index 8a94f8c..01492e3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,4 +49,4 @@ ram.runtime = "50M" share.allowed = "all_users" [resources.apt] - packages = ["samba"] \ No newline at end of file + packages = "samba" diff --git a/scripts/_common.sh b/scripts/_common.sh index e9f8678..944a65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -#REMOVEME? pkg_dependencies="samba" - #================================================= # PERSONAL HELPERS #=================================================