From 73745482e58f1eef1b00ad31894b012392e0718a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9ba=20Godfried?= <66435433+bebagodfried@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:15:23 +0200 Subject: [PATCH] Corrected `lamppctl` path in `install` Error when moving the `bin/lampp` to PATH correction --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 5ce4407..96a1054 100755 --- a/install +++ b/install @@ -18,7 +18,7 @@ db_server='mariadb-server' w3_htdocs='/var/www/html/' -lamppctl="bin/lampp" +lamppctl="$(pwd)/bin/lampp" # packages manager if ( command -v apt-get >> /dev/null );then