Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Teddysun <i@teddysun.com>
  • Loading branch information
teddysun committed Apr 10, 2019
1 parent faec749 commit 62246b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include(){
fi
}

display_menu(){
upgrade_menu(){

echo
echo "+-------------------------------------------------------------------+"
Expand Down Expand Up @@ -99,7 +99,7 @@ load_config
rootness

if [ ${#} -eq 0 ]; then
display_menu
upgrade_menu
elif [ ${#} -eq 1 ]; then
case $1 in
apache)
Expand Down

0 comments on commit 62246b9

Please sign in to comment.