scorometer shebang bahs

This commit is contained in:
GitBluub
2023-04-02 02:21:57 +09:00
parent 702d9bcaef
commit 8a741b920b

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