sdwdate connectivity check host support

Information

ID: 915
PHID: PHID-TASK-i6pbp6fhva6qwteipoik
Author: Patrick
Status at Migration Time: open
Priority at Migration Time: Normal

Description

https://github.com/Kicksecure/helper-scripts/blob/master/usr/libexec/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

Comments