scorometer shebang bahs

This commit is contained in:
GitBluub
2023-04-02 02:21:57 +09:00
committed by Bluub
parent aa0c7d9621
commit a4299aadb9
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
EMPTY_DB=$(curl localhost:3000/song/1 -s | jq '.statusCode == 404')
if [[ $EMPTY_DB == "true" ]]; then