From 1bf80fe3e9014ee663bce6f89763905a401e65b9 Mon Sep 17 00:00:00 2001 From: s464979 Date: Wed, 18 Dec 2024 11:09:27 +0100 Subject: [PATCH] Update deploy.sh --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index c2a9b91..fb655cf 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash -chmod +x aws_4.py.py +chmod +x aws_4.py pip install boto3 os load_dotenv base64 -python3 aws_4.py.py \ No newline at end of file +python3 aws_4.py \ No newline at end of file