Skip to content

Commit 64e6b87

Browse files
committed
remove redis server setting upon uninstallatino
1 parent 9fd1652 commit 64e6b87

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

scripts/uninstall-angstrom.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ rm -rf "$WEBIDE_ROOT"
3333
echo "**** Removing webide user ****"
3434
userdel -r webide
3535

36+
echo "**** Removing redis server setting ****"
37+
redis-cli del server
38+
3639
echo "**** The Adafruit webIDE is now uninstalled! ****"
3740
echo "**** During the installation process, there were a few ****"
3841
echo "**** libraries installed that we did not uninstall as ****"

scripts/uninstall.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ rm -rf "$WEBIDE_ROOT"
4848
echo "**** Removing webide user ****"
4949
userdel -r webide
5050

51+
echo "**** Removing redis server setting ****"
52+
redis-cli del server
53+
5154
echo "**** The Adafruit WebIDE is now uninstalled! ****"
5255
echo "**** During the installation process, there were a few ****"
5356
echo "**** libraries installed that we did not uninstall as ****"

0 commit comments

Comments
 (0)