mirror of
https://github.com/netweak/agent.git
synced 2024-12-16 21:46:58 -05:00
Update install.sh
This commit is contained in:
parent
8643f0ed7c
commit
98690f9180
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,8 @@ fi
|
|||
|
||||
# Attempt to delete previous agent
|
||||
if [ -f "/etc/$NETWEAK/agent.sh" ]; then
|
||||
echo -e "| Removing previous agent\n|"
|
||||
|
||||
# Remove agent dir
|
||||
rm -Rf "/etc/$NETWEAK"
|
||||
|
||||
|
|
Loading…
Reference in a new issue