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