mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-02 05:10:30 +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
|
RIOT_USE_TMUX=1
|
||||||
shift
|
shift
|
||||||
continue
|
continue
|
||||||
|
elif [[ "$1" == "-t" || "$1" == "--trust" ]]; then
|
||||||
|
RIOT_TRUST_SERVER=1
|
||||||
|
shift
|
||||||
|
continue
|
||||||
fi
|
fi
|
||||||
RIOT_EXTRA_OPTIONS="$RIOT_EXTRA_OPTIONS $1"
|
RIOT_EXTRA_OPTIONS="$RIOT_EXTRA_OPTIONS $1"
|
||||||
if [[ "$1" == "-o" ]]; then
|
if [[ "$1" == "-o" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user