Skip to content

Commit

Permalink
-e
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Jan 11, 2021
1 parent 50c9420 commit 9967338
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ check_tmoe_command() {
else
TMOE_TIPS_01="tmoe"
fi
TMOE_TIPS_00="Welcome to tmoe linux manager v1.3996,type ${TMOE_TIPS_01} to start it."
TMOE_TIPS_00="Welcome to tmoe linux manager v1.3997,type ${TMOE_TIPS_01} to start it."
}
#########################
tmoe_manager_env() {
Expand Down
2 changes: 1 addition & 1 deletion tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ check_tmoe_command() {
else
TMOE_TIPS_01="tmoe t"
fi
TMOE_TIPS_00="Welcome to tmoe linux tool v1.3996,type ${TMOE_TIPS_01} to start this tool."
TMOE_TIPS_00="Welcome to tmoe linux tool v1.3997,type ${TMOE_TIPS_01} to start this tool."
#勿改00变量
}
#########
Expand Down
2 changes: 1 addition & 1 deletion tools/gui/gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ download_iosevka_ttf_font() {
done

if [[ -e "/etc/gitstatus" ]]; then
if [[ ! -e /root/.cache/gitstatus ]]; then
if [[ -e /root/.cache/gitstatus ]]; then
cp -f /root/.cache/gitstatus/* /etc/gitstatus 2>/dev/null
chmod 777 /etc/gitstatus/*
fi
Expand Down

0 comments on commit 9967338

Please sign in to comment.