fix issue #201 - 99-run_forever exec format error

This commit is contained in:
Chris
2023-02-23 00:26:54 +08:00
parent 9287f4efeb
commit 6fb947684a

View File

@@ -831,7 +831,6 @@ setup_mode() {
if var_true "${MANUAL_RUN_FOREVER}" ; then
mkdir -p /etc/services.d/99-run_forever
cat <<EOF > /etc/services.d/99-run_forever/run
#!/bin/bash
while true
do