From a17d5aedad7f9d35c4d372bb4975b8b040541c04 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Fri, 11 Apr 2025 19:20:33 +0000 Subject: [PATCH] removed .sh from the filename --- update/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/update/install.sh b/update/install.sh index fa42bc9..2b23c96 100644 --- a/update/install.sh +++ b/update/install.sh @@ -1,6 +1,8 @@ #!/bin/bash echo "Creating a backup of the current deployment script" -cp -f /usr/local/bin/deploy.sh /usr/local/bin/deploy.bck +cp -f /usr/local/bin/deploy /usr/local/bin/deploy.bck echo "Updating XO deployment script" -curl -s -o /usr/local/bin/deploy.sh https://git.xoservice.nl/deploy/deploy.sh +curl -s -o /usr/local/bin/deploy https://git.xoservice.nl/deploy/deploy.sh +chown root:root /usr/local/bin/deploy +chmod ug+x /usr/local/bin/deploy echo "All done" \ No newline at end of file