mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-14 21:01:49 +02:00
Change config location https://github.com/alexbelgium/hassio-addons/issues/1177
This commit is contained in:
@@ -37,12 +37,12 @@ RUN \
|
||||
|
||||
# Global LSIO modifications
|
||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
|
||||
ARG CONFIGLOCATION="/config/addons_config/calibre-web"
|
||||
ARG CONFIGLOCATION="/config"
|
||||
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
|
||||
|
||||
# Specific images modifications
|
||||
RUN \
|
||||
usermod --home /config/addons_config/calibre abc
|
||||
usermod --home /config abc
|
||||
|
||||
##################
|
||||
# 3 Install apps #
|
||||
|
||||
Reference in New Issue
Block a user