Remove old api token from sql

This commit is contained in:
William Wernert
2020-09-30 17:03:35 -04:00
parent 6361c790e9
commit 3ec255ecee
3 changed files with 2 additions and 3 deletions

View File

@@ -43,4 +43,3 @@ while [[ $try_count -le 6 ]]; do
((try_count++))
sleep "${interval}s"
done