lol jsplu

This commit is contained in:
_N3m0 2024-07-25 19:45:17 +02:00
parent 6391c4894b
commit affd997234
1 changed files with 2 additions and 2 deletions

4
xampp
View File

@ -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