From e23e23a54bfdbb7253aadfe8909d7852763aa5dd Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 26 Dec 2023 05:50:15 +0100 Subject: [PATCH] removal of unnecessary quotes --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 04182a6..55f7334 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/restore b/scripts/restore index 99660ff..a71b20b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index a9bd237..93beadd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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