mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 08:52:43 +08:00
5 lines
114 B
Bash
5 lines
114 B
Bash
if [[ $uuid ]]; then
|
|
echo "skip tf mask"
|
|
else
|
|
echo "enable tf mask"
|
|
fi |