mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Fix for -t,--token option
This commit is contained in:
parent
3e5ac1e267
commit
3a3f577a99
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ function _parse_params() {
|
|||
;;
|
||||
-t|--token)
|
||||
acctoken="$2"
|
||||
shift
|
||||
;;
|
||||
-v|--version)
|
||||
_version
|
||||
|
|
Loading…
Reference in a new issue