mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Correct location of executable
This commit is contained in:
@@ -40,7 +40,10 @@ RUN \
|
|||||||
sed -i \
|
sed -i \
|
||||||
-e 's/upload_max_fileize=1024M/upload_max_fileize=10240M/g' \
|
-e 's/upload_max_fileize=1024M/upload_max_fileize=10240M/g' \
|
||||||
-e 's/post_max_size=1024M/post_max_size=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
|
# Global LSIO modifications
|
||||||
ARG CONFIGLOCATION="/data/config"
|
ARG CONFIGLOCATION="/data/config"
|
||||||
|
|||||||
Reference in New Issue
Block a user