Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
firmware
Gluon SSID Changer
Commits
5aa0dc6b
Commit
5aa0dc6b
authored
Jun 18, 2017
by
rubo77
Browse files
correct file permissions for micron.d file and add reload to example in readme
parent
406deca4
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5aa0dc6b
...
...
@@ -66,7 +66,8 @@ scp luasrc/lib/gluon/upgrade/500-ssid-changer $LOGIN:/lib/gluon/upgrade/
ssh $ROUTER_IP "/lib/gluon/upgrade/500-ssid-changer;" \
"uci set ssid-changer.settings.switch_timeframe='$DEFAULT_TIMEFRAME';" \
"uci commit ssid-changer;" \
"uci show ssid-changer;"
"uci show ssid-changer;" \
"/etc/init.d/micrond reload;"
```
logread |grep -v "fastd" & logread -f |grep -v "fastd"
...
...
gluon-ssid-changer/files/usr/lib/micron.d/ssid-changer
100755 → 100644
View file @
5aa0dc6b
File mode changed from 100755 to 100644
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment