Fixed bug where SYSTEMD_DIR is not defined
This commit is contained in:
parent
c2cadd1542
commit
806cfb01bd
@ -6,6 +6,7 @@ CPOLIS_DIR=$EXTRACTION_DIR/cpolis
|
|||||||
TAILWINDCSS_REPO_URL=https://api.github.com/repos/tailwindlabs/tailwindcss/releases/latest
|
TAILWINDCSS_REPO_URL=https://api.github.com/repos/tailwindlabs/tailwindcss/releases/latest
|
||||||
TMP_DIR=/tmp
|
TMP_DIR=/tmp
|
||||||
BIN_DIR=/usr/local/bin
|
BIN_DIR=/usr/local/bin
|
||||||
|
SYSTEMD_DIR=/etc/systemd/system
|
||||||
|
|
||||||
check_dependency() {
|
check_dependency() {
|
||||||
if ! which $1 >/dev/null 2>&1; then
|
if ! which $1 >/dev/null 2>&1; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user