fix bash in process control

This commit is contained in:
lnk
2025-07-04 09:50:59 +08:00
parent cc909101df
commit 2ae87cb022
6 changed files with 126 additions and 106 deletions

View File

@@ -1,5 +1,10 @@
#!/bin/bash
if [ -z "$FEP_ENV" ]; then
echo "Error: FEP_ENV is not set. Please set it first."
exit 1
fi
case "$1" in
'start')
$FEP_ENV/boot/start_fe.sh