Skip to content

Commit 75c5f55

Browse files
committed
fix: repeatly autostart (issue#85)
1 parent 8e6e37e commit 75c5f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -n "$X11VNC_ARGS" ]; then
1313
fi
1414

1515
if [ -n "$OPENBOX_ARGS" ]; then
16-
sed -i "s#^command=/usr/bin/openbox.*#& ${OPENBOX_ARGS}#" /etc/supervisor/conf.d/supervisord.conf
16+
sed -i "s#^command=/usr/bin/openbox\$#& ${OPENBOX_ARGS}#" /etc/supervisor/conf.d/supervisord.conf
1717
fi
1818

1919
if [ -n "$RESOLUTION" ]; then

0 commit comments

Comments
 (0)