Created
November 26, 2020 20:38
-
-
Save my-given-name-is-jeremy/eecb70f2bee1f36621b54bdeb87a23d9 to your computer and use it in GitHub Desktop.
Firewalla enable app-local api endpoints
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sed -i 's/!firewalla.isProductionOrBeta()/true/g' /home/pi/firewalla/api/app-local.js | |
sudo systemctl restart fireapi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment