5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
if [ -e /usr/lib/xrdp ]; then
|
|
/etc/init.d/xrdp_control.sh stop
|
|
fi
|