From 09c49ff4f9819f6b201cbb6fe4482d167247c3bf Mon Sep 17 00:00:00 2001 From: trojvn Date: Tue, 24 Mar 2026 22:37:32 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(deploy):=20fix=20shebang?= =?UTF-8?q?=20syntax=20in=20deploy=20script?= 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 554e5e1..ef8b6ad 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