add smbclient to NAS enabled addons

This commit is contained in:
Alexandre
2021-10-19 15:33:10 +02:00
parent 177995689b
commit 88613e99f8
19 changed files with 82 additions and 63 deletions

View File

@@ -51,9 +51,9 @@ RUN \
&& sed -i 's/with-contenv bash/with-contenv bashio/g' /etc/cont-init.d/45-plex-claim \
&& sed -i '2iexport PLEX_CLAIM=$(bashio::config "claim")' /etc/cont-init.d/45-plex-claim \
&& sed -i '3i[ $PLEX_CLAIM = "Get_from_https://www.plex.tv/claim" ] && bashio::log.warning "Please change the PLEX_CLAIM code from the options" && exit 1 || true' /etc/cont-init.d/45-plex-claim
###########
# FOLDERS #
###########
###########
# FOLDERS #
###########
# && files=$(grep -rl '/config' /etc/cont-init.d/*) && echo $files | xargs sed -i 's|/config|/data|g' \
# && sed -i "s|/config|/data|g" /defaults/plexmediaserver \
# && sed -i '2i cp -vnpr /config /data || true' /etc/cont-init.d/00-banner.sh