Skip to content

Commit dcb474b

Browse files
Create data and dashboard directories
Add directories for webthings data and dashboard
1 parent 718ca69 commit dcb474b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

create_latest_candle_dev2.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2546,6 +2546,9 @@ mkdir -p /home/pi/.webthings/chromium
25462546
chown -R pi:pi /home/pi/.webthings/chromium
25472547

25482548

2549+
mkdir -p /home/pi/.webthings/data
2550+
mkdir -p /home/pi/.webthings/data/dashboard
2551+
25492552
# Create "empty" wpa_supplicant config file if it doesn't exist yet
25502553
if [ ! -f /home/pi/.webthings/etc/wpa_supplicant/wpa_supplicant.conf ]; then
25512554
echo "Creating redirected wpa_supplicant file"

0 commit comments

Comments
 (0)