mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
use generic comments
This commit is contained in:
parent
864958888e
commit
78d9ce5420
2 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ then
|
|||
fi
|
||||
|
||||
#=================================================
|
||||
# Start django_example_ynh via systemd
|
||||
# Start the app server via systemd
|
||||
#=================================================
|
||||
ynh_script_progression --message="Starting django_example_ynh's services..." --weight=5
|
||||
|
||||
|
|
|
@ -207,7 +207,7 @@ chmod o-rwx "$public_path"
|
|||
chmod o-rwx "$final_path"
|
||||
|
||||
#=================================================
|
||||
# Start django_example_ynh via systemd
|
||||
# Start the app server via systemd
|
||||
#=================================================
|
||||
ynh_script_progression --message="Starting django_example_ynh's services..." --weight=5
|
||||
|
||||
|
|
Loading…
Reference in a new issue