From affd997234f41b6344ecac7b1d11f689aac01878 Mon Sep 17 00:00:00 2001 From: _N3m0 Date: Thu, 25 Jul 2024 19:45:17 +0200 Subject: [PATCH] lol jsplu --- xampp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xampp b/xampp index 70aaff1..89f21b7 100755 --- a/xampp +++ b/xampp @@ -2,8 +2,8 @@ if [[ $1 == "stop" ]]; then sudo /opt/lampp/lampp stop - sudo systemctl start apache2 + sudo systemctl start lighttpd else - sudo systemctl stop apache2 + sudo systemctl stop lighttpd sudo /opt/lampp/lampp start fi