diff --git a/manifest.toml b/manifest.toml index 3a4cbaa..8021390 100644 --- a/manifest.toml +++ b/manifest.toml @@ -28,9 +28,6 @@ ram.runtime = "50M" [install.domain] type = "domain" - [install.admin] - type = "user" - [resources] [resources.sources.main] in_subdir = false diff --git a/scripts/install b/scripts/install index 20ea640..99f5a54 100644 --- a/scripts/install +++ b/scripts/install @@ -28,7 +28,7 @@ ynh_app_setting_set --app=$app --key=interface --value=$interface ynh_script_progression --message="Setting up source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir" +ynh_setup_source --dest_dir="$install_dir" #================================================= # NGINX CONFIGURATION