mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-01 21:00:29 +08:00
feat(riot): -t or --trust to set RIOT_TRUST_SERVER
This commit is contained in:
parent
70090242be
commit
bd5f14f11b
@ -254,6 +254,10 @@ router() {
|
||||
RIOT_USE_TMUX=1
|
||||
shift
|
||||
continue
|
||||
elif [[ "$1" == "-t" || "$1" == "--trust" ]]; then
|
||||
RIOT_TRUST_SERVER=1
|
||||
shift
|
||||
continue
|
||||
fi
|
||||
RIOT_EXTRA_OPTIONS="$RIOT_EXTRA_OPTIONS $1"
|
||||
if [[ "$1" == "-o" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user