From 40c8d05263160ff7b1afb279aeb1b0e1b4ac8fb5 Mon Sep 17 00:00:00 2001 From: v3d Date: Thu, 5 May 2022 16:55:56 +0000 Subject: [PATCH] Fixed hashbang in hotspot --- usr/local/bin/hotspot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];