From 0b01a7c80520096dbce3aecee9b2d06b60bb109d Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Fri, 11 Apr 2025 19:19:40 +0000 Subject: [PATCH] forgot a " --- update/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/install.sh b/update/install.sh index bedddbd..fa42bc9 100644 --- a/update/install.sh +++ b/update/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -echo "Creating a backup of the current deployment script +echo "Creating a backup of the current deployment script" cp -f /usr/local/bin/deploy.sh /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