uninstall 2>/dev/null
This commit is contained in:
+2
-2
@@ -25,8 +25,8 @@ function uninstall {
|
|||||||
source "$MIAOU_BASH_DIR"/lib/functions.bash
|
source "$MIAOU_BASH_DIR"/lib/functions.bash
|
||||||
assert_system_mode
|
assert_system_mode
|
||||||
assert_root
|
assert_root
|
||||||
cd || exit
|
cd || exit 2 # exit should not occur!
|
||||||
if _confirm_destructive; then
|
if _confirm_destructive 2>/dev/null; then
|
||||||
uninstall
|
uninstall
|
||||||
echo 'MIAOU-BASH fully uninstalled, previous settings restored from original'
|
echo 'MIAOU-BASH fully uninstalled, previous settings restored from original'
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user