1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00

ignore missing files in ls

This commit is contained in:
Chris Vogel 2024-04-24 12:25:07 +02:00
parent 60a6cb01ee
commit 0346350dad

View file

@ -67,7 +67,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app"
# add some debugging to find #21
ynh_exec_warn_less ls -lR /var/lib/couchdb /opt/couchdb/etc $install_dir /var/log/couchdb/couchdb.log \
/var/log/$app/$app.log $data_dir /etc/nginx/conf.d/$domain.d/$app.conf
/var/log/$app/$app.log $data_dir /etc/nginx/conf.d/$domain.d/$app.conf || true
ynh_exec_warn_less cat $install_dir/$app/flohmarkt.conf /opt/couchdb/etc/local.d/05-flohmarkt.ini
ynh_exec_warn_less cat /var/log/couchdb/couchdb.log /var/log/$app/$app.log