From 6543de961ce32f67473b416e3db177be53f763ed Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Sat, 9 Nov 2024 21:55:30 +0100 Subject: [PATCH] Update APP_TIMEZONE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1540562..42146ee 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX ?= /usr SHARE_DIR=$(PREFIX)/share -APP_TIMEZONE=$(shell readlink /etc/localtime | awk -F'/' '{print $(NF-1)"/"$(NF)}') +APP_TIMEZONE=$(shell readlink /etc/localtime | awk -F'/' '{print $$(NF-1)"/"$$(NF)}') MYSQL_PASSWORD=$(shell head /dev/urandom | tr -dc 'A-Za-z0-9!?,.$%&+-:<=>@_' | head -c32) MYSQL_ROOT_PASSWORD=$(shell head /dev/urandom | tr -dc 'A-Za-z0-9!?,.$%&+-:<=>@_' | head -c32)