Skip to content

Commit 8f5b2f3

Browse files
committed
chore: update uninstaller
Signed-off-by: Xin Liu <[email protected]>
1 parent f468e4d commit 8f5b2f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

uninstall.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ fi
6565
# 2. Remove the gaianet base directory
6666
if [ -d "$gaianet_base_dir" ]; then
6767
printf "[+] Removing the gaianet base directory ...\n"
68-
# rm -rf $gaianet_base_dir
69-
bash $gaianet_base_dir/cleanup.sh
68+
rm -rf $gaianet_base_dir
7069
printf "\n"
7170
fi
7271

0 commit comments

Comments
 (0)