Skip to content

Commit

Permalink
Corrected lamppctl path in install
Browse files Browse the repository at this point in the history
Error when moving the `bin/lampp` to PATH correction
  • Loading branch information
bebagodfried authored Jun 16, 2024
1 parent 2d24cba commit 7374548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7374548

Please sign in to comment.