Skip to content

Commit

Permalink
Update IP12_avm_freetz_ng_extract.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne authored Dec 16, 2022
1 parent 83cbfcb commit d772760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/IP12_avm_freetz_ng_extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ IP12_avm_freetz_ng_extract() {
# sudo -u freetzuser make || true
su - freetzuser -c "cd /tmp/freetz-ng/ && make tools"
cd "$HOME_PATH" || ( echo "Could not install EMBA component Freetz-NG" && exit 1 )
mv -r /tmp/freetz-ng/* external/freetz-ng/
mv /tmp/freetz-ng/* external/freetz-ng/
chown -R root:root external/freetz-ng
if [[ "$IN_DOCKER" -eq 1 ]]; then
# do some cleanup of the docker image
Expand Down

0 comments on commit d772760

Please sign in to comment.