From 0b9f914bd976d82e7cbb969486e9724217cb5aa6 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Fri, 15 Nov 2024 21:30:43 +0100 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 086458e..ab2f66c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ APP_TIMEZONE=$(shell readlink /etc/localtime | awk -F'/' '{print $$(NF-1)"/"$$(N 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) -install: install-compose +install: install-compose install-service install-compose: install -vDm 755 pterodactyl-panel.sh.in "$(DESTDIR)$(SHARE_DIR)/pterodactyl-panel/pterodactyl-panel.sh"