@ -11,7 +11,7 @@ if [ -z "$(ls -A $workDir/public)" ]; then
for item in "${toDownload[@]}"
do
dir=$workDir/public/$item
if[ -e "$dir"];then
if[! -e "$dir"];then
echo"Downloading $item to directory $dir"
wget -P $dir$baseUrl$item
echo"Done"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.