Skip to content

Commit

Permalink
Merge pull request #21 from Kiougar/patch-1
Browse files Browse the repository at this point in the history
Remove .sh extension from init script
  • Loading branch information
pyrovski authored Jan 3, 2017
2 parents 059ede7 + 48d7fef commit 7581c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/wrtbwmon
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
START=91

start(){
/usr/sbin/wrtbwmon.sh setup /tmp/usage.db
/usr/sbin/wrtbwmon setup /tmp/usage.db
}

stop(){
/usr/sbin/wrtbwmon.sh remove
/usr/sbin/wrtbwmon remove
}

0 comments on commit 7581c92

Please sign in to comment.