Skip to content

Commit a6134b3

Browse files
build: update postinst
Signed-off-by: Ar Rakin <rakinar2@onesoftnet.eu.org>
1 parent aae27ae commit a6134b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/postinst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ start() {
9898
else
9999
PID="$(cat "$PID_FILE" 2>/dev/null)"
100100
101-
if [ -z "$PID" ]; then
101+
if [ -z "$PID" ]; then
102102
return 1
103103
fi
104104
@@ -192,4 +192,4 @@ exit 0
192192
EOF
193193
chmod 755 /etc/init.d/sudobot
194194
update-rc.d sudobot defaults || true
195-
fi
195+
fi

0 commit comments

Comments
 (0)