Add missing quotes

This commit is contained in:
Josué Tille
2024-04-27 00:07:37 +02:00
parent b2c1604b83
commit 0614ab83dc
4 changed files with 18 additions and 18 deletions

View File

@ -9,7 +9,7 @@ source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
if systemctl is-active $app.service --quiet; then
if systemctl is-active "$app".service --quiet; then
ynh_print_warn --message="It's hightly recommended to make your backup when the service is stopped. Please stop $app service with this command before to run the backup 'systemctl stop $app.service'"
fi