From 4b31b23d5530671ebef349c8c78ad72f8549ce84 Mon Sep 17 00:00:00 2001 From: firebadnofire Date: Mon, 21 Apr 2025 18:59:23 +0000 Subject: [PATCH] Automated commit & build on 2025-04-21 --- build.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build.sh b/build.sh index 131882f..e208022 100644 --- a/build.sh +++ b/build.sh @@ -1,12 +1,7 @@ #!/bin/bash -if [[ -z "${!1+x}" ]]; then - echo "Error: Variable '$1' is not set" - exit 1 -fi - hugo --cleanDestinationDir -sudo rsync -av --delete ./public/ /var/www/pol/public/ +sudo rsync -av --delete ./public/ /var/www/g/public/ git pull --rebase