Files
EasySoft-ZenTaoPMS/trunk/build/linux/stop
wangchunsheng 4fb6c17d96 * re tag it.
2012-09-03 06:29:33 +00:00

9 lines
107 B
Bash

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