Skip to content

Commit

Permalink
fix: repeatly autostart (issue#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcwu committed Jul 22, 2020
1 parent 8e6e37e commit 75c5f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -n "$X11VNC_ARGS" ]; then
fi

if [ -n "$OPENBOX_ARGS" ]; then
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
fi

if [ -n "$RESOLUTION" ]; then
Expand Down

0 comments on commit 75c5f55

Please sign in to comment.