diff --git a/scripts/restore b/scripts/restore index af3a2ef..f262a1e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -34,7 +34,7 @@ chown -R $app:www-data "$data_dir" #================================================= # RESTORE VARIOUS FILES #================================================= -ynh_script_progression --message="Restoring various files..." +ynh_script_progression --message="Restoring various files..." --weight=1 ynh_restore_file --origin_path="/etc/sysctl.d/90-max_map_count-elasticsearch.conf" if ! [ "${container:-}" = "lxc" ] # lxc doesn't allow sysctl to play with kernel options.