This commit is contained in:
Tidoni 2023-11-20 22:32:13 +01:00
parent d1de3b397d
commit 286c4cab05
5 changed files with 6 additions and 10 deletions

View file

@ -49,7 +49,7 @@ function upstream_check_if_file_is_alive () {
if [ "$is_alive" == "\"Not found\"" ]; then
echo "false"
elif [ $is_alive = '200' ]; then
elif [ $is_alive == "200" ]; then
echo "true"
else
echo "false"