Files
EasySoft-ZenTaoPMS/build/linux/stop
2013-01-25 07:23:46 +00:00

9 lines
107 B
Bash
Executable File

#!/bin/bash
if test "`id -u`" -ne 0
then
echo "You need to start XAMPP as root!"
exit
fi
./lampp stop