There was an error while loading. Please reload this page.
1 parent 8e6e37e commit 75c5f55Copy full SHA for 75c5f55
rootfs/startup.sh
@@ -13,7 +13,7 @@ if [ -n "$X11VNC_ARGS" ]; then
13
fi
14
15
if [ -n "$OPENBOX_ARGS" ]; then
16
- sed -i "s#^command=/usr/bin/openbox.*#& ${OPENBOX_ARGS}#" /etc/supervisor/conf.d/supervisord.conf
+ sed -i "s#^command=/usr/bin/openbox\$#& ${OPENBOX_ARGS}#" /etc/supervisor/conf.d/supervisord.conf
17
18
19
if [ -n "$RESOLUTION" ]; then
0 commit comments