From 1f25cf459c797a18400f1ccc76f4eba1ad228f56 Mon Sep 17 00:00:00 2001 From: mainboarder Date: Sat, 14 Jan 2023 08:02:39 +0100 Subject: [PATCH] Typo varirable (#5315) --- scripts/migrate-repo.sh | 2 +- scripts/migrate.sh | 2 +- scripts/remove-objs.sh | 2 +- scripts/reset-admin.sh | 2 +- scripts/run_index_master.sh | 2 +- scripts/run_index_worker.sh | 2 +- scripts/seaf-backup-cmd.sh | 2 +- scripts/seaf-gc.sh | 2 +- scripts/seafile-background-tasks.sh | 2 +- scripts/seahub.sh | 2 +- scripts/setup-seafile-mysql.sh | 2 +- scripts/setup-seafile.sh | 2 +- scripts/upgrade/upgrade_1.2_1.3.sh | 2 +- scripts/upgrade/upgrade_1.3_1.4.sh | 2 +- scripts/upgrade/upgrade_1.4_1.5.sh | 2 +- scripts/upgrade/upgrade_1.5_1.6.sh | 2 +- scripts/upgrade/upgrade_1.6_1.7.sh | 2 +- scripts/upgrade/upgrade_1.7_1.8.sh | 2 +- scripts/upgrade/upgrade_1.8_2.0.sh | 2 +- scripts/upgrade/upgrade_2.0_2.1.sh | 2 +- scripts/upgrade/upgrade_2.1_2.2.sh | 2 +- scripts/upgrade/upgrade_2.2_3.0.sh | 2 +- scripts/upgrade/upgrade_3.0_3.1.sh | 2 +- scripts/upgrade/upgrade_3.1_4.0.sh | 2 +- scripts/upgrade/upgrade_4.0_4.1.sh | 2 +- scripts/upgrade/upgrade_4.1_4.2.sh | 2 +- scripts/upgrade/upgrade_4.2_4.3.sh | 2 +- scripts/upgrade/upgrade_4.3_4.4.sh | 2 +- scripts/upgrade/upgrade_4.4_5.0.sh | 2 +- scripts/upgrade/upgrade_5.0_5.1.sh | 2 +- scripts/upgrade/upgrade_5.1_6.0.sh | 2 +- scripts/upgrade/upgrade_6.0_6.1.sh | 2 +- scripts/upgrade/upgrade_6.1_6.2.sh | 2 +- scripts/upgrade/upgrade_6.2_6.3.sh | 2 +- scripts/upgrade/upgrade_6.3_7.0.sh | 2 +- scripts/upgrade/upgrade_7.0_7.1.sh | 2 +- scripts/upgrade/upgrade_7.1_8.0.sh | 2 +- scripts/upgrade/upgrade_8.0_9.0.sh | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/scripts/migrate-repo.sh b/scripts/migrate-repo.sh index b4afa22ffc..bfe01cce5c 100755 --- a/scripts/migrate-repo.sh +++ b/scripts/migrate-repo.sh @@ -39,7 +39,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/migrate.sh b/scripts/migrate.sh index e96141d43c..2f7094c917 100755 --- a/scripts/migrate.sh +++ b/scripts/migrate.sh @@ -36,7 +36,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/remove-objs.sh b/scripts/remove-objs.sh index 41d8043e61..668fa2861f 100755 --- a/scripts/remove-objs.sh +++ b/scripts/remove-objs.sh @@ -38,7 +38,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/reset-admin.sh b/scripts/reset-admin.sh index 1bab8c8725..64fbd29f6c 100755 --- a/scripts/reset-admin.sh +++ b/scripts/reset-admin.sh @@ -28,7 +28,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/run_index_master.sh b/scripts/run_index_master.sh index 7b96386a0b..2afbb3fae4 100755 --- a/scripts/run_index_master.sh +++ b/scripts/run_index_master.sh @@ -40,7 +40,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/run_index_worker.sh b/scripts/run_index_worker.sh index 59391c3b71..60ea1e88e3 100755 --- a/scripts/run_index_worker.sh +++ b/scripts/run_index_worker.sh @@ -38,7 +38,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/seaf-backup-cmd.sh b/scripts/seaf-backup-cmd.sh index ebf7a579e0..a0708e98e7 100755 --- a/scripts/seaf-backup-cmd.sh +++ b/scripts/seaf-backup-cmd.sh @@ -21,7 +21,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/seaf-gc.sh b/scripts/seaf-gc.sh index 24e59899fc..bb97605f32 100755 --- a/scripts/seaf-gc.sh +++ b/scripts/seaf-gc.sh @@ -44,7 +44,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/seafile-background-tasks.sh b/scripts/seafile-background-tasks.sh index bf9eb993e8..59ceed9d59 100755 --- a/scripts/seafile-background-tasks.sh +++ b/scripts/seafile-background-tasks.sh @@ -54,7 +54,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/seahub.sh b/scripts/seahub.sh index 85fb4f58cb..458ba46274 100755 --- a/scripts/seahub.sh +++ b/scripts/seahub.sh @@ -75,7 +75,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/setup-seafile-mysql.sh b/scripts/setup-seafile-mysql.sh index 18995e4a7c..664351831a 100755 --- a/scripts/setup-seafile-mysql.sh +++ b/scripts/setup-seafile-mysql.sh @@ -36,7 +36,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo err_and_quit fi diff --git a/scripts/setup-seafile.sh b/scripts/setup-seafile.sh index 251b08ddf3..c28f68bdcb 100755 --- a/scripts/setup-seafile.sh +++ b/scripts/setup-seafile.sh @@ -107,7 +107,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo err_and_quit fi diff --git a/scripts/upgrade/upgrade_1.2_1.3.sh b/scripts/upgrade/upgrade_1.2_1.3.sh index 3bceb1e363..e8f8b3b6a6 100755 --- a/scripts/upgrade/upgrade_1.2_1.3.sh +++ b/scripts/upgrade/upgrade_1.2_1.3.sh @@ -40,7 +40,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_1.3_1.4.sh b/scripts/upgrade/upgrade_1.3_1.4.sh index cbdc24646a..9ea75c3ec3 100755 --- a/scripts/upgrade/upgrade_1.3_1.4.sh +++ b/scripts/upgrade/upgrade_1.3_1.4.sh @@ -40,7 +40,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_1.4_1.5.sh b/scripts/upgrade/upgrade_1.4_1.5.sh index 7cc7ab550f..87362d1bd1 100755 --- a/scripts/upgrade/upgrade_1.4_1.5.sh +++ b/scripts/upgrade/upgrade_1.4_1.5.sh @@ -40,7 +40,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_1.5_1.6.sh b/scripts/upgrade/upgrade_1.5_1.6.sh index 9028108281..2b3816f2cf 100755 --- a/scripts/upgrade/upgrade_1.5_1.6.sh +++ b/scripts/upgrade/upgrade_1.5_1.6.sh @@ -40,7 +40,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_1.6_1.7.sh b/scripts/upgrade/upgrade_1.6_1.7.sh index b9d1dc0395..b8aa01d1c1 100755 --- a/scripts/upgrade/upgrade_1.6_1.7.sh +++ b/scripts/upgrade/upgrade_1.6_1.7.sh @@ -42,7 +42,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_1.7_1.8.sh b/scripts/upgrade/upgrade_1.7_1.8.sh index f2c94c0e75..3799f430c3 100755 --- a/scripts/upgrade/upgrade_1.7_1.8.sh +++ b/scripts/upgrade/upgrade_1.7_1.8.sh @@ -42,7 +42,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_1.8_2.0.sh b/scripts/upgrade/upgrade_1.8_2.0.sh index c5cdbafe6a..337f133f2b 100755 --- a/scripts/upgrade/upgrade_1.8_2.0.sh +++ b/scripts/upgrade/upgrade_1.8_2.0.sh @@ -42,7 +42,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_2.0_2.1.sh b/scripts/upgrade/upgrade_2.0_2.1.sh index 5f5dbb4eb0..d9c3406d95 100755 --- a/scripts/upgrade/upgrade_2.0_2.1.sh +++ b/scripts/upgrade/upgrade_2.0_2.1.sh @@ -43,7 +43,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_2.1_2.2.sh b/scripts/upgrade/upgrade_2.1_2.2.sh index 298aee7e6c..06a6aadce2 100755 --- a/scripts/upgrade/upgrade_2.1_2.2.sh +++ b/scripts/upgrade/upgrade_2.1_2.2.sh @@ -43,7 +43,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_2.2_3.0.sh b/scripts/upgrade/upgrade_2.2_3.0.sh index 7cf6ab2872..23bb0b979d 100755 --- a/scripts/upgrade/upgrade_2.2_3.0.sh +++ b/scripts/upgrade/upgrade_2.2_3.0.sh @@ -44,7 +44,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_3.0_3.1.sh b/scripts/upgrade/upgrade_3.0_3.1.sh index d3b7f4f2f8..01d4804bf3 100755 --- a/scripts/upgrade/upgrade_3.0_3.1.sh +++ b/scripts/upgrade/upgrade_3.0_3.1.sh @@ -46,7 +46,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_3.1_4.0.sh b/scripts/upgrade/upgrade_3.1_4.0.sh index 6a6bc9a9e3..8460cccf73 100755 --- a/scripts/upgrade/upgrade_3.1_4.0.sh +++ b/scripts/upgrade/upgrade_3.1_4.0.sh @@ -46,7 +46,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_4.0_4.1.sh b/scripts/upgrade/upgrade_4.0_4.1.sh index e4ee7e04f0..b15f7e9dc5 100755 --- a/scripts/upgrade/upgrade_4.0_4.1.sh +++ b/scripts/upgrade/upgrade_4.0_4.1.sh @@ -47,7 +47,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_4.1_4.2.sh b/scripts/upgrade/upgrade_4.1_4.2.sh index d0ee40514d..b0206befd4 100755 --- a/scripts/upgrade/upgrade_4.1_4.2.sh +++ b/scripts/upgrade/upgrade_4.1_4.2.sh @@ -47,7 +47,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_4.2_4.3.sh b/scripts/upgrade/upgrade_4.2_4.3.sh index 51b5213534..34695f6a17 100755 --- a/scripts/upgrade/upgrade_4.2_4.3.sh +++ b/scripts/upgrade/upgrade_4.2_4.3.sh @@ -47,7 +47,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_4.3_4.4.sh b/scripts/upgrade/upgrade_4.3_4.4.sh index c92b5b37d8..92c3c60dac 100755 --- a/scripts/upgrade/upgrade_4.3_4.4.sh +++ b/scripts/upgrade/upgrade_4.3_4.4.sh @@ -47,7 +47,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_4.4_5.0.sh b/scripts/upgrade/upgrade_4.4_5.0.sh index cad8c7b662..74694479ed 100755 --- a/scripts/upgrade/upgrade_4.4_5.0.sh +++ b/scripts/upgrade/upgrade_4.4_5.0.sh @@ -47,7 +47,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.6 or above in PATH" echo "Install python 2.6+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_5.0_5.1.sh b/scripts/upgrade/upgrade_5.0_5.1.sh index a4cb6bd2b8..d8ed3965ef 100755 --- a/scripts/upgrade/upgrade_5.0_5.1.sh +++ b/scripts/upgrade/upgrade_5.0_5.1.sh @@ -42,7 +42,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.7 or above in PATH" echo "Install python 2.7+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_5.1_6.0.sh b/scripts/upgrade/upgrade_5.1_6.0.sh index 49b772f65b..75e7adc9e5 100755 --- a/scripts/upgrade/upgrade_5.1_6.0.sh +++ b/scripts/upgrade/upgrade_5.1_6.0.sh @@ -42,7 +42,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.7 or above in PATH" echo "Install python 2.7+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_6.0_6.1.sh b/scripts/upgrade/upgrade_6.0_6.1.sh index 4545092311..df9ae78e68 100755 --- a/scripts/upgrade/upgrade_6.0_6.1.sh +++ b/scripts/upgrade/upgrade_6.0_6.1.sh @@ -42,7 +42,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.7 or above in PATH" echo "Install python 2.7+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_6.1_6.2.sh b/scripts/upgrade/upgrade_6.1_6.2.sh index b963b3ad3b..8d676bbb69 100755 --- a/scripts/upgrade/upgrade_6.1_6.2.sh +++ b/scripts/upgrade/upgrade_6.1_6.2.sh @@ -42,7 +42,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.7 or above in PATH" echo "Install python 2.7+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_6.2_6.3.sh b/scripts/upgrade/upgrade_6.2_6.3.sh index 1a0a167643..8cbe8e1671 100755 --- a/scripts/upgrade/upgrade_6.2_6.3.sh +++ b/scripts/upgrade/upgrade_6.2_6.3.sh @@ -44,7 +44,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.7 or above in PATH" echo "Install python 2.7+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_6.3_7.0.sh b/scripts/upgrade/upgrade_6.3_7.0.sh index 8af56d5b30..8bcd42e629 100755 --- a/scripts/upgrade/upgrade_6.3_7.0.sh +++ b/scripts/upgrade/upgrade_6.3_7.0.sh @@ -44,7 +44,7 @@ function check_python_executable() { echo echo "Can't find a python executable of version 2.7 or above in PATH" echo "Install python 2.7+ before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_7.0_7.1.sh b/scripts/upgrade/upgrade_7.0_7.1.sh index 7ac19783d5..d87d732ba4 100755 --- a/scripts/upgrade/upgrade_7.0_7.1.sh +++ b/scripts/upgrade/upgrade_7.0_7.1.sh @@ -48,7 +48,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_7.1_8.0.sh b/scripts/upgrade/upgrade_7.1_8.0.sh index 793dac162a..e3df83d576 100755 --- a/scripts/upgrade/upgrade_7.1_8.0.sh +++ b/scripts/upgrade/upgrade_7.1_8.0.sh @@ -50,7 +50,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi diff --git a/scripts/upgrade/upgrade_8.0_9.0.sh b/scripts/upgrade/upgrade_8.0_9.0.sh index 47496da3cd..80bd293fc9 100755 --- a/scripts/upgrade/upgrade_8.0_9.0.sh +++ b/scripts/upgrade/upgrade_8.0_9.0.sh @@ -50,7 +50,7 @@ function check_python_executable() { echo echo "Can't find a python executable of $PYTHON in PATH" echo "Install $PYTHON before continue." - echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it" + echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it" echo exit 1 fi