From 73c53c0e9fb4f678dc27047269aee3925be61e53 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Mon, 15 Apr 2024 19:04:46 +0000 Subject: [PATCH] update submods --- scripts/host.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/host.sh b/scripts/host.sh index bfe2de1b..2b23d401 100755 --- a/scripts/host.sh +++ b/scripts/host.sh @@ -77,6 +77,7 @@ fi if [ "$PULL" = 1 ] ; then echo "Pulling..." git pull + git submodule update --init --recursive (cd tmp/ws-http-tunnel && git pull) fi