From 2c8311bbe186a0b6db12defa2a2c8bbedbda5ef6 Mon Sep 17 00:00:00 2001 From: tm-107 <41205746+tm-107@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:24:23 +0100 Subject: [PATCH] remove entry from rc.local --- uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall.sh b/uninstall.sh index dbbb7e4..c393c7e 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) SERVICE_NAME=$(basename $SCRIPT_DIR)