From 6c68e7a505f97f6198666b7be18f046f1464179b Mon Sep 17 00:00:00 2001 From: Raine Date: Mon, 30 Oct 2023 01:00:50 +0100 Subject: [PATCH] fix: proper shebang --- tools/migration/initial-connection-to-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/migration/initial-connection-to-server.sh b/tools/migration/initial-connection-to-server.sh index 5da2690..9c0ddfd 100755 --- a/tools/migration/initial-connection-to-server.sh +++ b/tools/migration/initial-connection-to-server.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if ! [ "$(id -u)" = "0" ]; then echo "please perform as root, attempting to escalate privileges..."