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:
parent
48e1d68203
commit
e23e23a54b
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue