mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-06-07 11:59:59 -07:00
fixed start-server script
This commit is contained in:
@ -30,4 +30,5 @@ for (( i=1; i<=$#; i++ )); do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
eval "${kill_command}; ${command} & disown"
|
$kill_command
|
||||||
|
eval "${command} & disown"
|
||||||
|
Reference in New Issue
Block a user