chore: fix shebang syntax in deploy.sh

This commit is contained in:
2026-03-24 22:37:17 +03:00
parent d64f6c3d8f
commit 01cdc60977

View File

@ -1,4 +1,4 @@
!/bin/bash !#/bin/bash
git pull git pull
read -p "Enter the container name: " CONTAINER_NAME read -p "Enter the container name: " CONTAINER_NAME