mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
use generic descriptions
This commit is contained in:
parent
b83fd7d5aa
commit
c0036da888
3 changed files with 3 additions and 3 deletions
|
@ -113,7 +113,7 @@ fi
|
|||
#=================================================
|
||||
# MODIFY SETTINGS
|
||||
#=================================================
|
||||
ynh_script_progression --message="Modify Django-For-Runners's config file..."
|
||||
ynh_script_progression --message="Modify project config file..."
|
||||
|
||||
# save old settings file
|
||||
settings="$final_path/settings.py"
|
||||
|
|
|
@ -232,7 +232,7 @@ fi
|
|||
#=================================================
|
||||
# Start pyinventory via systemd
|
||||
#=================================================
|
||||
ynh_script_progression --message="Starting Django-For-Runners's services..." --weight=5
|
||||
ynh_script_progression --message="Starting project services..." --weight=5
|
||||
|
||||
ynh_systemd_action --service_name="$app" --action="start"
|
||||
|
||||
|
|
|
@ -203,7 +203,7 @@ chown -R "$app" "$final_path"
|
|||
#=================================================
|
||||
# Start pyinventory via systemd
|
||||
#=================================================
|
||||
ynh_script_progression --message="Starting Django-For-Runners's services..." --weight=5
|
||||
ynh_script_progression --message="Starting project services..." --weight=5
|
||||
|
||||
ynh_systemd_action --service_name="$app" --action="start"
|
||||
|
||||
|
|
Loading…
Reference in a new issue