Skip to content

Commit

Permalink
Remove .sh extension from init script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiougar authored Dec 29, 2016
1 parent 059ede7 commit 48d7fef
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 48d7fef

Please sign in to comment.