From 42d205e62cfd56e788ae744951d8331b3a8c9b6d Mon Sep 17 00:00:00 2001 From: Mohammed Goder Date: Sat, 11 May 2024 07:24:29 -0400 Subject: [PATCH] Update grs.sh --- grs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grs.sh b/grs.sh index acb379c..c04f743 100644 --- a/grs.sh +++ b/grs.sh @@ -33,7 +33,7 @@ for repository in *; do gitURL=$(git config --get remote.origin.url) cd .. rm -rf "$repository" - gitOutput=$(git clone --recursive $gitURL) + gitOutput=$(git clone --recurse-submodules --recursive $gitURL) cd .. if [ "$gitOutput" == "" ]; then log=$(echo [$(date +"%Y-%m-%d %H:%M:%S")] Unable to check for updates to \"$repository\")