This commit is contained in:
Paul Spooren 2018-04-16 01:44:26 +00:00 committed by GitHub
commit 7a1877d3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,3 +39,7 @@ stop() {
restart() {
stop; sleep 3; start
}
reload() {
bmx7 -c configReload
}