lol jsplu
This commit is contained in:
parent
6391c4894b
commit
affd997234
4
xampp
4
xampp
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
if [[ $1 == "stop" ]]; then
|
if [[ $1 == "stop" ]]; then
|
||||||
sudo /opt/lampp/lampp stop
|
sudo /opt/lampp/lampp stop
|
||||||
sudo systemctl start apache2
|
sudo systemctl start lighttpd
|
||||||
else
|
else
|
||||||
sudo systemctl stop apache2
|
sudo systemctl stop lighttpd
|
||||||
sudo /opt/lampp/lampp start
|
sudo /opt/lampp/lampp start
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue