mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-03 23:30:48 +00:00
Fixed hashbang in hotspot
This commit is contained in:
parent
69fb063070
commit
40c8d05263
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -e
|
||||
#!/bin/bash
|
||||
|
||||
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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue