From c89086fb9e47e1639b9819034d4a6f21af989341 Mon Sep 17 00:00:00 2001 From: s452662 Date: Wed, 27 Dec 2023 17:01:55 +0100 Subject: [PATCH] fixed deploy.sh --- deploy.sh | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh old mode 100644 new mode 100755 index 5231c23..b5e070c --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,4 @@ #!/bin/bash pip install hcloud - python clean.py python main.py