🔥 Removes secrets resolving, now handled by Hassio

This commit is contained in:
Franck Nijhof 2019-09-17 19:30:15 +02:00
parent be160b905e
commit a171af6483
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 0 additions and 6 deletions

View file

@ -31,7 +31,6 @@
"/dev/net/tun:/dev/net/tun:rwm"
],
"map": [
"config",
"ssl:rw"
],
"options": {

View file

@ -54,11 +54,6 @@ if bashio::config.has_value 'networks'; then
while read -r network; do
bashio::log.info "Configuring network: ${network}"
# Get network ID from secrets, if it is a secret
if bashio::is_secret "${network}"; then
network=$(bashio::secret "${network}")
fi
# Ensure the file exists. An empty file will cause automatic join.
touch "/data/network.${network}.conf"
ln -s \