diff --git a/usr/local/bin/hotspot b/usr/local/bin/hotspot index 2925419..07a9f13 100755 --- a/usr/local/bin/hotspot +++ b/usr/local/bin/hotspot @@ -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 ];