From b15db12c846624c70a7e633ff9305d8793520bb8 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 9 May 2019 12:33:45 +0200 Subject: [PATCH] Fix ynh_restore_file argument --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 013eec1..a7b7a12 100644 --- a/scripts/restore +++ b/scripts/restore @@ -73,7 +73,7 @@ ynh_systemd_action --service_name=transmission-daemon --action=stop ynh_secure_remove --file=/etc/transmission-daemon/settings.json ynh_restore_file --origin_path=/etc/transmission-daemon/settings.json -ynh_restore_file --src_path="/etc/sysctl.d/90-transmission.conf" +ynh_restore_file --origin_path="/etc/sysctl.d/90-transmission.conf" if [ ${PACKAGE_CHECK_EXEC:-0} -eq 0 ]; then sysctl --load=/etc/sysctl.d/90-transmission.conf fi