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