Fixed hashbang in hotspot

This commit is contained in:
v3d 2022-05-05 16:55:56 +00:00
parent 69fb063070
commit 40c8d05263

View File

@ -1,4 +1,4 @@
#!/bin/sh -e #!/bin/bash
echo "Checking for required packages and installing if missing" echo "Checking for required packages and installing if missing"
if [ $(dpkg-query -W -f='${Status}' apache2 2>/dev/null | grep -c "ok installed") -eq 0 ]; if [ $(dpkg-query -W -f='${Status}' apache2 2>/dev/null | grep -c "ok installed") -eq 0 ];