Mount mmcblk0p8

This commit is contained in:
Alexandre
2021-11-13 13:16:24 +01:00
parent 11b402cb10
commit 9d31851a65

View File

@@ -1,5 +1,15 @@
#!/usr/bin/env bashio #!/usr/bin/env bashio
#################
# Create config #
#################
# Create the config file
mkdir -p /config/enedisgateway2mqtt
touch /config/enedisgateway2mqtt/enedisgateway2mqtt.conf
# Read the config file
################# #################
# Create config # # Create config #
################# #################
@@ -15,6 +25,7 @@ done
echo " " echo " "
bashio::log.info "Starting the app" bashio::log.info "Starting the app"
echo " " echo " "
############## ##############
# Launch App # # Launch App #
############## ##############