Files
EasySoft-ZenTaoPMS/build/linux/stop
2011-12-22 02:50:20 +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