diff --git a/manifest.json b/manifest.json index 4b8e19c..5e17783 100644 --- a/manifest.json +++ b/manifest.json @@ -77,12 +77,12 @@ "name": "password", "type": "password", "ask": { - "en": "Set the administrator password", - "fr": "Définissez le mot de passe administrateur" + "en": "Set the password for edition", + "fr": "Définissez le mot de passe pour l'édition" }, "help": { - "en": "Use the help field to add an information for the admin about this question.", - "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." + "en": "Define a password which will be used for wiki edition and administration.", + "fr": "Veuillez définir un mot de passe qui sera valable pour l'édition des pages de ce wiki ainsi que pour l'administration." }, "example": "Choose a password" }, diff --git a/scripts/upgrade b/scripts/upgrade index 9acf3c7..e120434 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -94,9 +94,9 @@ path_url=$(ynh_normalize_url_path --path_url=$path_url) #================================================= # STOP SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Stopping a systemd service..." --time --weight=1 +#ynh_script_progression --message="Stopping a systemd service..." --time --weight=1 -ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log" +#ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log" #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE