where is the data dir

This commit is contained in:
starcalc 2022-06-22 22:12:58 +02:00
parent 55f280aae1
commit defc5c7baa

View file

@ -16,10 +16,10 @@ steps:
- pwd
- ls -lA
- find .
- sed -i "s/WIFISSID/$IOTSSID/" /home/user/data/homie/config.json
- sed -i "s/WIFIPASS/$iotpwd/" /home/user/data/homie/config.json
- sed -i "s/HOSTNAME/$hostname/g" /home/user/data/homie/config.json
- sed -i "s/HOSTNAME/$hostname/g" /home/user/data/homie/config.json
- sed -i "s/WIFISSID/$IOTSSID/" data/homie/config.json
- sed -i "s/WIFIPASS/$iotpwd/" data/homie/config.json
- sed -i "s/HOSTNAME/$hostname/g" data/homie/config.json
- sed -i "s/HOSTNAME/$hostname/g" data/homie/config.json
- lastknownip=$(cat lastknownip)
# - pip install -U platformio
# Build image