Skip to content

Commit 6b86dec

Browse files
committed
Update restore.sh
1 parent c21c168 commit 6b86dec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

restore.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2513,11 +2513,12 @@ device_fw_key_server() {
25132513
local venv
25142514
local repo
25152515
local python_minver
2516+
local error_msg=
25162517

25172518
python_minver=$(python3 -c 'import sys; print(sys.version_info[1])')
25182519
if [[ -z $python_minver ]]; then
25192520
if [[ $platform == "macos" ]]; then
2520-
error_msg+="* If you get the 'python3: command not found' error, download and install Python 3 here: https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg"
2521+
error_msg="* If you get the 'python3: command not found' error, download and install Python 3 here: https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg"
25212522
error_msg+=$'\n* This is the latest version of Python 3 that will run on as low as 10.11 El Capitan.\n'
25222523
fi
25232524
error_msg+='* For more troubleshooting steps, go to the "Running wikiproxy" wiki page in GitHub.'

0 commit comments

Comments
 (0)