1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00

No need to ask for admin in manifest

This commit is contained in:
tituspijean 2023-09-23 23:13:18 +02:00
parent 0737329b8b
commit b8c94d81e1
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 1 additions and 4 deletions

View file

@ -28,9 +28,6 @@ ram.runtime = "50M"
[install.domain] [install.domain]
type = "domain" type = "domain"
[install.admin]
type = "user"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
in_subdir = false in_subdir = false

View file

@ -28,7 +28,7 @@ ynh_app_setting_set --app=$app --key=interface --value=$interface
ynh_script_progression --message="Setting up source files..." --weight=1 ynh_script_progression --message="Setting up source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # 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 # NGINX CONFIGURATION