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

removal of unnecessary quotes

This commit is contained in:
OniriCorpe 2023-12-26 05:50:15 +01:00
parent 48e1d68203
commit e23e23a54b
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ ynh_add_nginx_config
# adding the adguardhome dedicated user to the 'ssl-cert' group to permit the
# use of the Let's Encrypt certs for DOT/DOQ
usermod -a -G "ssl-cert" "$app"
usermod -a -G ssl-cert "$app"
#=================================================
# ADD A CONFIGURATION

View file

@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers
# adding the adguardhome dedicated user to the 'ssl-cert' group to permit the
# use of the Let's Encrypt certs for DOT/DOQ
usermod -a -G "ssl-cert" "$app"
usermod -a -G ssl-cert "$app"
ynh_script_progression --message="Restoring the app main directory..." --weight=1

View file

@ -84,7 +84,7 @@ yunohost service add $app --description="Ads & trackers blocking DNS server" --n
# adding the adguardhome dedicated user to the 'ssl-cert' group to permit the
# use of the Let's Encrypt certs for DOT/DOQ
usermod -a -G "ssl-cert" "$app"
usermod -a -G ssl-cert "$app"
#=================================================
# UPDATE A CONFIG FILE