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
9e35206564
commit
66643a73b5
1 changed files with 3 additions and 1 deletions
|
@ -157,7 +157,7 @@ ynh_use_logrotate
|
|||
|
||||
pushd $final_path
|
||||
touch /var/log/$app/setup_carton.log
|
||||
carton install 2>&1 | sudo tee -a "/var/log/$app/setup_carton.log"
|
||||
carton install --deployment --without=test --without=sqlite --without=postgresql 2>&1 | sudo tee -a "/var/log/$app/setup_carton.log"
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
@ -167,6 +167,8 @@ popd
|
|||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config
|
||||
|
||||
chown $app:$app $final_path -R
|
||||
|
||||
#=================================================
|
||||
# Make app public or private
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue