feat(riot): -t or --trust to set RIOT_TRUST_SERVER

This commit is contained in:
Dict Xiong 2025-06-20 15:56:08 +08:00
parent 70090242be
commit bd5f14f11b

View File

@ -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