mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2024-09-03 20:26:32 +02:00
Another typo
This commit is contained in:
parent
8076d9b9cb
commit
0bc0f02a70
1 changed files with 2 additions and 3 deletions
|
@ -100,11 +100,10 @@ ynh_add_systemd_config
|
|||
|
||||
mkdir /var/log/$app
|
||||
touch /var/log/$app/$app.log
|
||||
chown -R $user: /var/log/$app
|
||||
chown -R $app: /var/log/$app
|
||||
|
||||
yunohost service add $app --description="Firefox Sync Server (Rust)" --log="/var/log/$app/$app.log"
|
||||
|
||||
|
||||
# Use logrotate to manage application logfile(s)
|
||||
ynh_use_logrotate
|
||||
|
||||
|
@ -137,4 +136,4 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap
|
|||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installation of $app completed" --last
|
||||
ynh_script_progression --message="Installation of $app completed" --last
|
||||
|
|
Loading…
Add table
Reference in a new issue