Skip to content
This repository was archived by the owner on Mar 5, 2019. It is now read-only.

Commit b287b3d

Browse files
datedfaustbrian
authored andcommitted
fix: move explorer uninstall and update to correct condition (#86)
1 parent 8c85ac1 commit b287b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

menus/explorer/menu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ menu_manage_explorer ()
77
explorer_status
88

99
if [[ "$STATUS_EXPLORER" = "On" ]]; then
10-
text_white " P. Uninstall Ark Explorer"
1110
text_white " K. Stop Ark Explorer"
1211
text_white " R. Restart Ark Explorer"
13-
text_white " U. Update Ark Explorer"
1412
else
1513
if [[ -d "$EXPLORER_DIR" ]]; then
1614
text_white " S. Start Ark Explorer"
15+
text_white " U. Update Ark Explorer"
16+
text_white " P. Uninstall Ark Explorer"
1717
else
1818
text_white " I. Install Ark Explorer"
1919
fi

0 commit comments

Comments
 (0)