This commit is contained in:
Josué Tille 2024-02-07 12:06:16 +01:00
parent 0fd3ddd816
commit e096dda814
No known key found for this signature in database
GPG Key ID: 5F259226AD51F2F5

View File

@ -10,7 +10,7 @@ source /usr/share/yunohost/helpers
if [[ ! "$(systemctl status $app.service)" =~ 'Active: inactive (dead)' ]]; then if [[ ! "$(systemctl status $app.service)" =~ 'Active: inactive (dead)' ]]; then
ynh_print_warn --message="It's hightly recommended to make your backup when the service is stopped. Please stop $app service and with this command before to run the backup 'systemctl stop $app.service'" 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 fi
#================================================= #=================================================