1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

Remove old system user creation code

This commit is contained in:
Alexandre Aubin 2023-12-03 00:06:09 +01:00
parent bbbaef59aa
commit 060e11f7aa

View file

@ -31,14 +31,6 @@ else
fi
ynh_app_setting_set --app="$app" --key=dns_over_https --value=$dns_over_https
#=================================================
# CREATE DEDICATED USER
#=================================================
#REMOVEME? ynh_script_progression --message="Configuring system user..." --weight=1
# Create a system user
#REMOVEME? ynh_system_user_create --username=$app --home_dir="$install_dir" --groups="ssl-cert"
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================