require branch name also in hetzner_cloud/install.sh

This commit is contained in:
einhornimmond 2024-02-09 15:36:57 +01:00
parent 442dcd1046
commit 54c8ef3431

View File

@ -1,4 +1,9 @@
#!/bin/bash
# check for parameter
if [ -z "$1" ]; then
echo "Usage: Please provide a branch name as the first argument."
exit 1
fi
# Note: This is needed - since there is Summer-Time included in the default server Setup - UTC is REQUIRED for production data
timedatectl set-timezone UTC