File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,21 @@ if [ "$?" -eq "0" ]; then
19
19
fi
20
20
rm /etc/sudoers.tmp
21
21
22
+ echo " **** Stopping webIDE ****"
23
+ pkill -u webide
24
+ sleep 5s
25
+
22
26
echo " **** Removing systemd service ****"
23
27
cd /etc/systemd/system/multi-user.target.wants
24
- systemctl disable adafruit-webide-angstrom.service
28
+ rm adafruit-webide-angstrom.service
25
29
rm /lib/systemd/system/adafruit-webide-angstrom.service
30
+ systemctl daemon-reload
26
31
echo " **** Removing the WebIDE Folder ****"
27
32
rm -rf " $WEBIDE_ROOT "
28
33
echo " **** Removing webide user ****"
29
34
userdel -r webide
30
35
31
- echo " **** The Adafruit WebIDE is now uninstalled! ****"
36
+ echo " **** The Adafruit webIDE is now uninstalled! ****"
32
37
echo " **** During the installation process, there were a few ****"
33
38
echo " **** libraries installed that we did not uninstall as ****"
34
39
echo " **** we're not able to determine if other applications are dependent ****"
You can’t perform that action at this time.
0 commit comments