1
0
Fork 0
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:
frju365 2018-06-11 00:35:23 +02:00 committed by GitHub
parent 9e35206564
commit 66643a73b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ ynh_use_logrotate
pushd $final_path pushd $final_path
touch /var/log/$app/setup_carton.log 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 popd
#================================================= #=================================================
@ -167,6 +167,8 @@ popd
# Create a dedicated systemd config # Create a dedicated systemd config
ynh_add_systemd_config ynh_add_systemd_config
chown $app:$app $final_path -R
#================================================= #=================================================
# Make app public or private # Make app public or private
#================================================= #=================================================