aboutsummaryrefslogtreecommitdiff
path: root/shell_only.sh
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-09-01 10:58:29 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-09-01 10:58:29 +0200
commit91a2b8cca19115d668e3c30997865f805f884741 (patch)
tree0091e335ad4a0ff9f28d4dbbe44a63a4c955a2b0 /shell_only.sh
parentc00194eb4db069fc318dc011b230ed9b8fcd8bb2 (diff)
Fix scripts not starting up
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-xshell_only.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell_only.sh b/shell_only.sh
index 08640a8..8809673 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
# Copyright (C) 2022 HimbeerserverDE
#
# This program is free software: you can redistribute it and/or modify
@@ -13,8 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-#!/bin/bash
-
function command_exists {
command -v $1 &> /dev/null
}