mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Update install
This commit is contained in:
parent
32a2b16173
commit
adc8af17d7
1 changed files with 0 additions and 9 deletions
|
@ -156,15 +156,6 @@ else
|
|||
ynh_replace_string "#--PRIVATE--" "" "/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||
fi
|
||||
|
||||
|
||||
#=================================================
|
||||
# Making log symbolic link to /var/log
|
||||
#=================================================
|
||||
|
||||
touch /var/log/$app/production.log
|
||||
chown $app:$app /var/log/$app/production.log
|
||||
ln -s /var/log/$app/production.log "$final_path/log/production.log"
|
||||
|
||||
#=================================================
|
||||
# Configure owner
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue