Skip to content

Commit

Permalink
Fixed openwrt build faild
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkoG committed Sep 23, 2023
1 parent 2e6a395 commit fdc414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo "IMAGEBUILDER_IMAGE: $IMAGEBUILDER_IMAGE PROFILE: $PROFILE"
if [[ $IMAGEBUILDER_IMAGE =~ "immortalwrt" ]]; then
BUILD_DIR=/home/build/immortalwrt
else
BUILD_DIR=/home/build/openwrt
BUILD_DIR=/builder
fi

docker_compose_file_content=$(cat <<-END
Expand Down

0 comments on commit fdc414f

Please sign in to comment.