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