You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -z "$DEVENV_IP" ]; then echo "hostname $DEVENV_SERVERNAME unknown (run 'sudo ./set_wsl_hosts.sh' resp. 'sudo ./set_devhost_hosts.sh' first)"; exit; fi
if [ -z "$FILENAME" ]; then echo "filename not specified"; exit; fi
if [ -z "$PGUSER" ]; then echo "PGUSER not set"; exit; fi
if [ -z "$PGPASSWORD" ]; then echo "PGPASSWORD not set"; exit; fi
if [ ! -f "$FILENAME" ]; then echo "file $FILENAME not found"; exit; fi