fixed typo

This commit is contained in:
Nick 2021-05-07 13:14:40 -04:00
parent 56db90ff28
commit 903fe240ab

2
run.sh
View File

@ -1,7 +1,7 @@
#!/bin/bash
set +x
URLs=$(export | grep URL | cut -d'=' -f2-)
URLs=$(export | grep PURGE_URL | cut -d'=' -f2- | sed 's/"//g')
#if [[ -z "${URL}" ]]
#then