mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-14 20:56:30 +00:00
chmod
This commit is contained in:
parent
ea9b71b320
commit
4b1971dde1
2
build-scripts/homeassistant/create_homeassistant.sh
Normal file → Executable file
2
build-scripts/homeassistant/create_homeassistant.sh
Normal file → Executable file
@ -47,7 +47,7 @@ echo "[INFO] load homeassistant"
|
||||
cd $BUILD_DIR && git clone https://github.com/home-assistant/home-assistant hass
|
||||
cd hass && git checkout $HASS_VERS
|
||||
|
||||
sed -i "s/FROM.*/${BASE_IMAGE}/g" Dockerfile
|
||||
sed -i "s/FROM.*/FROM ${BASE_IMAGE}/g" Dockerfile
|
||||
|
||||
# Run build
|
||||
echo "[INFO] start docker build"
|
||||
|
Loading…
x
Reference in New Issue
Block a user