mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Correct location of executable
This commit is contained in:
@@ -40,7 +40,10 @@ RUN \
|
||||
sed -i \
|
||||
-e 's/upload_max_fileize=1024M/upload_max_fileize=10240M/g' \
|
||||
-e 's/post_max_size=1024M/post_max_size=10240M/g' \
|
||||
/etc/php*/php.ini || true
|
||||
/etc/php*/php.ini || true && \
|
||||
\
|
||||
# Change location of executable
|
||||
sed -i "s|/config|/data/config|g" /usr/bin/occ
|
||||
|
||||
# Global LSIO modifications
|
||||
ARG CONFIGLOCATION="/data/config"
|
||||
|
||||
Reference in New Issue
Block a user