Skip to content

Commit 3829c97

Browse files
committed
scripts/service: fork status to backgrounnd
1 parent c2ab064 commit 3829c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH="$MODDIR/bin:$PATH"
66
CONFIG="$KPNDIR/package_config"
77
key="$(cat $KPNDIR/key | base64 -d)"
88

9-
sh "$MODDIR/status.sh" "$key"
9+
nohup sh "$MODDIR/status.sh" "$key" &
1010

1111
if [ -z "$key" ] || [ -z "$(kpatch $key hello)" ]; then
1212
touch "$MODDIR/unresolved"

0 commit comments

Comments
 (0)