We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ab064 commit 3829c97Copy full SHA for 3829c97
1 file changed
module/service.sh
@@ -6,7 +6,7 @@ PATH="$MODDIR/bin:$PATH"
6
CONFIG="$KPNDIR/package_config"
7
key="$(cat $KPNDIR/key | base64 -d)"
8
9
-sh "$MODDIR/status.sh" "$key"
+nohup sh "$MODDIR/status.sh" "$key" &
10
11
if [ -z "$key" ] || [ -z "$(kpatch $key hello)" ]; then
12
touch "$MODDIR/unresolved"
0 commit comments