Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Verified Commit 2744c955 authored by Benoît's avatar Benoît
Browse files

fix update-feeds

parent 65c4abd2
No related branches found
No related tags found
No related merge requests found
Pipeline #54091 canceled
Showing
with 10 additions and 3 deletions
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# create symlinks
symlinks=( \
......
oneshot
\ No newline at end of file
/etc/s6-overlay/s6-rc.d/init-ttrss-folders/run
\ No newline at end of file
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
cd /var/www/html/ || exit 1
s6-setuidgid abc php83 /var/www/html/update_daemon2.php
oneshot
\ No newline at end of file
/etc/s6-overlay/s6-rc.d/update-feeds/run
\ No newline at end of file
#!/usr/bin/with-contenv bash
s6-setuidgid abc php83 /var/www/html/update_daemon2.php > /dev/null 2>&1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment