Page MenuHomePhabricator

sdwdate connectivity check host support
Open, NormalPublic

Description

https://github.com/Whonix/helper-scripts/blob/master/usr/lib/helper-scripts/te_pe_tb_check

if [ -f "/usr/share/anon-gw-base-files/gateway" ]; then
   VM="Gateway"
elif [ -f "/usr/share/anon-ws-base-files/workstation" ]; then
   VM="Workstation"
else
   VM="Could not determine if this is gateway or workstation. Please report this bug."
fi
if [ "$VM" = "Gateway" ]; then

Details

Impact
Normal