0
Fork 0
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:
Lucas Decrock 2024-11-03 05:37:27 +01:00
parent 8643f0ed7c
commit 98690f9180

View file

@ -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"