mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Fix path for merging PRs in Dockerfile
This commit is contained in:
@@ -102,7 +102,7 @@ RUN \
|
|||||||
# Remove all instances of sudo from the newinstaller
|
# Remove all instances of sudo from the newinstaller
|
||||||
sed -i -e "s|== 0|== 7|g" -e "s|sudo -n true|true|g" -e "s|sudo -K|true|g" /newinstaller.sh && \
|
sed -i -e "s|== 0|== 7|g" -e "s|sudo -n true|true|g" -e "s|sudo -K|true|g" /newinstaller.sh && \
|
||||||
# Merge all PR
|
# Merge all PR
|
||||||
sed -i '/git clone/a cd BirdNET-Pi && echo "Merge PR" && bash /helpers/merge_open_prs.sh' /newinstaller.sh && \
|
sed -i '/exit installation if anything fails/a cd $HOME/BirdNET-Pi && echo "Merge PR" && /./helpers/merge_open_prs.sh' /newinstaller.sh && \
|
||||||
\
|
\
|
||||||
# Execute installer
|
# Execute installer
|
||||||
/./newinstaller.sh && \
|
/./newinstaller.sh && \
|
||||||
|
|||||||
Reference in New Issue
Block a user