:-'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 1m45s

This commit is contained in:
Your Name 2025-05-31 11:10:21 +12:00
parent b980de4347
commit 50862165be

View File

@ -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"
}