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:
parent
a42d7461c5
commit
eb5a71fff9
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue