mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-17 16:44:21 -04:00
Update version and add uninstall.sh script
This commit is contained in:
parent
c5f482913f
commit
a1f84aa354
3 changed files with 19 additions and 2 deletions
15
scripts/uninstall.sh
Normal file
15
scripts/uninstall.sh
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Install a VLMCSD service for CentOS/RedHat
|
||||
#
|
||||
# Author: Wind4 (puxiaping@gmail.com)
|
||||
# Date: October 28, 2018
|
||||
#
|
||||
|
||||
echo 'Remove the /etc/init.d/vlmcsd'
|
||||
rm -f /etc/init.d/vlmcsd
|
||||
|
||||
echo 'Remove the /usr/bin/vlmcsd'
|
||||
rm -f /usr/bin/vlmcsd
|
||||
|
||||
echo 'Uninstall successfully.'
|
Loading…
Add table
Add a link
Reference in a new issue