🔧 chore(deploy): fix shebang syntax in deploy script

This commit is contained in:
2026-03-24 22:37:32 +03:00
parent 01cdc60977
commit 09c49ff4f9

View File

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