1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/writefreely_ynh.git synced 2024-09-03 20:36:02 +02:00

fix example_ynh

This commit is contained in:
yalh76 2019-05-16 02:21:02 +02:00
parent db8d25da50
commit b4322fde93
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ db_name=$(ynh_app_setting_get --app=$app --key=db_name)
#================================================= #=================================================
# STOP SYSTEMD SERVICE # STOP SYSTEMD SERVICE
#================================================= #=================================================
ynh_print_info --message="Stopping a systemd service..." --time --weight=1 ynh_print_info --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" ynh_systemd_action --service_name=$app --action="stop"

View file

@ -65,7 +65,7 @@ ynh_app_setting_delete --app=$app --key=site_description
ynh_app_setting_delete --app=$app --key=open_registration ynh_app_setting_delete --app=$app --key=open_registration
ynh_app_setting_delete --app=$app --key=max_blogs ynh_app_setting_delete --app=$app --key=max_blogs
ynh_app_setting_delete --app=$app --key=federation ynh_app_setting_delete --app=$app --key=federation
ynh_app_setting_delete --app=$app--key= public_stats ynh_app_setting_delete --app=$app --key=public_stats
ynh_app_setting_delete --app=$app --key=private ynh_app_setting_delete --app=$app --key=private
ynh_app_setting_delete --app=$app --key=local_timeline ynh_app_setting_delete --app=$app --key=local_timeline