parent
2b054f9757
commit
ae3e6c3f1f
@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ -e /usr/lib/xrdp/xrdp ]; then
|
if [ -e /usr/lib/xrdp/xrdp ]; then
|
||||||
/etc/init.d/xrdp_control.sh stop
|
if [ -e /etc/init.d/xrdp_control.sh ]; then
|
||||||
|
/etc/init.d/xrdp_control.sh stop
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ -e /usr/lib/xrdp ]; then
|
if [ -e /usr/lib/xrdp ]; then
|
||||||
/etc/init.d/xrdp_control.sh stop
|
if [ -e /etc/init.d/xrdp_control.sh ]; then
|
||||||
|
/etc/init.d/xrdp_control.sh stop
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in new issue