3 lines
60 B
Bash
3 lines
60 B
Bash
#!/bin/sh
|
|
update-rc.d -f xrdp_control.sh remove > /dev/null
|
#!/bin/sh
|
|
update-rc.d -f xrdp_control.sh remove > /dev/null
|