From 33c75830cea69300c86bd7a64cb82770305e6536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 14:54:41 +0100 Subject: [PATCH] Fix (another) script error --- scripts/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup b/scripts/backup index 690d747..27830c3 100755 --- a/scripts/backup +++ b/scripts/backup @@ -7,4 +7,4 @@ ynh_backup -s "$install_dir" ynh_backup -s "/etc/nginx/conf.d/$domain.d/$app.conf" ynh_backup -s "/etc/systemd/system/$app.service" -ynh_print_info -m="Backup script completed. (YunoHost will then actually copy those files to the archive)" \ No newline at end of file +ynh_print_info -m "Backup script completed. (YunoHost will then actually copy those files to the archive)" \ No newline at end of file