diff --git a/eeploy.sh b/eeploy.sh index 346a474..22bbae6 100755 --- a/eeploy.sh +++ b/eeploy.sh @@ -97,7 +97,7 @@ function pluginsetup(){ make download-su3s } -find $IDKDOCROOT -maxdepth 1 -exec bash -c "cd {} && git pull --all" \; +find $IDKDOCROOT -type d -maxdepth 1 -exec bash -c "cd {} && git pull --all" \; setuppage $NETHACKDOCROOT $NETHACKDOCREPO setuppage $WESNOTHDOCROOT $WESNOTHDOCREPO