Skip to content

Commit

Permalink
Merge pull request #10 from vahid-dan/main
Browse files Browse the repository at this point in the history
A small update to test git pull on LoRa pendant
  • Loading branch information
vahid-dan authored Aug 31, 2023
2 parents b454c9b + 671162c commit 4203ddb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gateways/base/initializer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ else
fi

# Create symbolic link for module toggler
sudo ln -s /home/ubuntu/miscellaneous/gateways/base/module-toggler.sh /usr/local/bin/toggler || true
if [ ! -f "/usr/local/bin/toggler" ]; then
# Create symlink
sudo ln -s "$general_apps_dir/gateways/base/module-toggler.sh" "/usr/local/bin/toggler"
fi

0 comments on commit 4203ddb

Please sign in to comment.