1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00
This commit is contained in:
yalh76 2022-06-20 00:30:14 +02:00
parent 4ab3b1e13e
commit 067a33af8d
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@ ynh_script_progression --message="Configuring a systemd service..."
ynh_add_systemd_config ynh_add_systemd_config
#================================================= #=================================================
# PROVIDE ADDITIONAL SHELL COMAND # PROVIDE ADDITIONAL SHELL COMMAND
#================================================= #=================================================
ynh_script_progression --message="Provide additional shell command..." ynh_script_progression --message="Provide additional shell command..."

View file

@ -125,7 +125,7 @@ chmod 400 "$final_path/some_config_file"
chown $app:$app "$final_path/some_config_file" chown $app:$app "$final_path/some_config_file"
#================================================= #=================================================
# PROVIDE ADDITIONAL SHELL COMAND # PROVIDE ADDITIONAL SHELL COMMAND
#================================================= #=================================================
ynh_script_progression --message="Provide additional shell comand..." ynh_script_progression --message="Provide additional shell comand..."