Fix path to bash

This commit is contained in:
flow.gunso
2019-04-24 11:56:16 +02:00
parent 030111b90c
commit 31acb88cde

View File

@@ -35,4 +35,4 @@ while [ ! -S $seafile_sock ]; do sleep 1; done
/usr/bin/seaf-cli sync -u $SEAF_USERNAME -p $SEAF_PASSWORD -s $SEAF_SERVER_URL -l $SEAF_LIBRARY_UUID -d /volume /usr/bin/seaf-cli sync -u $SEAF_USERNAME -p $SEAF_PASSWORD -s $SEAF_SERVER_URL -l $SEAF_LIBRARY_UUID -d /volume
# Start the Seafile healthcheck as a disowned process. # Start the Seafile healthcheck as a disowned process.
(/usr/bin/bash ~/infinite-seaf-cli-start.sh &) (/bin/bash ~/infinite-seaf-cli-start.sh &)