mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 00:01:50 +02:00
Mount mmcblk0p8
This commit is contained in:
@@ -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 #
|
||||||
##############
|
##############
|
||||||
|
|||||||
Reference in New Issue
Block a user