From ecb89369ac279dbd15211668e666efef4a3eaaa8 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 19 Mar 2025 14:05:07 +0200 Subject: [PATCH] fix(lint): editorconfig --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index df8e162..8f5ea7f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,8 +36,8 @@ start() { echo 'Starting service...' >&2 local CMD="$SCRIPT &> \\"$LOGFILE\\" & echo \\$!" su -c "$CMD" $RUNAS > "$PIDFILE" - # Try with this command instead if above does not work - # su -s /bin/sh $RUNAS -c "$CMD" > "$PIDFILE" + # Try with this command instead if above does not work + # su -s /bin/sh $RUNAS -c "$CMD" > "$PIDFILE" sleep 2 PID=$(cat $PIDFILE)