Update APP_TIMEZONE
This commit is contained in:
parent
52af9c1f92
commit
b0d8d66f82
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
SHARE_DIR=$(PREFIX)/share
|
SHARE_DIR=$(PREFIX)/share
|
||||||
|
|
||||||
APP_TIMEZONE=$(shell readlink /etc/localtime | cut -d/ -f5-)
|
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_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)
|
MYSQL_ROOT_PASSWORD=$(shell head /dev/urandom | tr -dc 'A-Za-z0-9!?,.$%&+-:<=>@_' | head -c32)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue