Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkoG committed Sep 23, 2023
1 parent 18d81f7 commit 658fae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash -e

if [[ $PWD =~ "immortalwrt" ]]; then
PROJECT_NAME="immortalwrt"
sudo chown -R $(whoami):$(whoami) bin
else
PROJECT_NAME="openwrt"
sudo chown -R $(whoami):$(whoami) bin
fi


Expand Down

0 comments on commit 658fae9

Please sign in to comment.