mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-29 16:47:17 +00:00
Fixed hashbang in hotspot
This commit is contained in:
parent
69fb063070
commit
40c8d05263
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user