File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ rm -rf "$WEBIDE_ROOT"
33
33
echo " **** Removing webide user ****"
34
34
userdel -r webide
35
35
36
+ echo " **** Removing redis server setting ****"
37
+ redis-cli del server
38
+
36
39
echo " **** The Adafruit webIDE is now uninstalled! ****"
37
40
echo " **** During the installation process, there were a few ****"
38
41
echo " **** libraries installed that we did not uninstall as ****"
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ rm -rf "$WEBIDE_ROOT"
48
48
echo " **** Removing webide user ****"
49
49
userdel -r webide
50
50
51
+ echo " **** Removing redis server setting ****"
52
+ redis-cli del server
53
+
51
54
echo " **** The Adafruit WebIDE is now uninstalled! ****"
52
55
echo " **** During the installation process, there were a few ****"
53
56
echo " **** libraries installed that we did not uninstall as ****"
You can’t perform that action at this time.
0 commit comments