Use cron where it should be used
This commit is contained in:
@@ -51,6 +51,4 @@ su - $UNAME << EO
|
|||||||
export SEAF_LIBRARY_UUID=$SEAF_LIBRARY_UUID
|
export SEAF_LIBRARY_UUID=$SEAF_LIBRARY_UUID
|
||||||
export UNAME=$UNAME
|
export UNAME=$UNAME
|
||||||
/bin/bash /home/seafuser/entrypoint.sh
|
/bin/bash /home/seafuser/entrypoint.sh
|
||||||
EO
|
EO
|
||||||
|
|
||||||
cron -f
|
|
||||||
@@ -52,4 +52,6 @@ su - $UNAME << EO
|
|||||||
export SEAF_LIBRARY_UUID=$SEAF_LIBRARY_UUID
|
export SEAF_LIBRARY_UUID=$SEAF_LIBRARY_UUID
|
||||||
export UNAME=$UNAME
|
export UNAME=$UNAME
|
||||||
/bin/bash /home/seafuser/entrypoint.sh
|
/bin/bash /home/seafuser/entrypoint.sh
|
||||||
EO
|
EO
|
||||||
|
|
||||||
|
cron -f
|
||||||
Reference in New Issue
Block a user