Skip to content

Commit

Permalink
Made the startup script more robust on first installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vortex-5 committed Dec 11, 2018
1 parent 6e5e7d9 commit 3dc0d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bwmon/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fi

# copy html webgui
if [ "$($SCRIPT_DIR/lighttpd-running.sh)" = "true" ]; then
mkdir -p -- "/jffs/www/"
cp -R $SCRIPT_DIR/www/* /jffs/www/
else
cp -R $SCRIPT_DIR/www/* /tmp/www/
Expand Down

0 comments on commit 3dc0d23

Please sign in to comment.