From 01cdc609778a78a1b685af324f0dabfc93526a0d Mon Sep 17 00:00:00 2001 From: trojvn Date: Tue, 24 Mar 2026 22:37:17 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20`chore`:=20fix=20shebang=20syntax?= =?UTF-8?q?=20in=20deploy.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 5efdd52..554e5e1 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ -!/bin/bash +!#/bin/bash git pull read -p "Enter the container name: " CONTAINER_NAME