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

correction of Pleroma to Plume

This commit is contained in:
Yalh 2019-01-22 04:33:02 +01:00 committed by yalh76
parent a42d7461c5
commit eb5a71fff9
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ final_path=$(ynh_app_setting_get $app final_path)
domain=$(ynh_app_setting_get $app domain)
db_name=$(ynh_app_setting_get "$app" psql_db)
# Stop Pleroma for backup
# Stop Plume for backup
systemctl stop "$app"
#=================================================

View file

@ -54,7 +54,7 @@ ynh_clean_setup () {
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
# Stop Pleroma for upgrade
# Stop Plume for upgrade
systemctl stop "$app"