mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 01:48:16 +01:00
Mount mmcblk0p8
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
#!/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 #
|
||||
#################
|
||||
@@ -15,6 +25,7 @@ done
|
||||
echo " "
|
||||
bashio::log.info "Starting the app"
|
||||
echo " "
|
||||
|
||||
##############
|
||||
# Launch App #
|
||||
##############
|
||||
|
||||
Reference in New Issue
Block a user