From 50862165be2d37c023d50fa8ab685ac2071ad642 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 31 May 2025 11:10:21 +1200 Subject: [PATCH] :-'Generic Commit' --- dropshell-build/src/install_dropshell_build_requirements.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dropshell-build/src/install_dropshell_build_requirements.sh b/dropshell-build/src/install_dropshell_build_requirements.sh index 150ae1b..0ff12a9 100755 --- a/dropshell-build/src/install_dropshell_build_requirements.sh +++ b/dropshell-build/src/install_dropshell_build_requirements.sh @@ -4,7 +4,7 @@ set -euo pipefail SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" -VERSION=$(date +%Y.%m%d.%H%M) +VERSIONDATE=$(date +%Y.%m%d.%H%M) # If the user is not root, use sudo SUDOCMD="" @@ -329,7 +329,7 @@ function main() { install_openssl_musl - echo "$VERSION" > "$VERSION_FILE" + echo "$VERSIONDATE" > "$VERSION_FILE" || echo "Error: Failed to write version file" echo "Done" }