Update webodm.sh

Added note to reopen terminal after changing PATH
pull/94/head
Piero Toffanin 2017-01-27 13:46:57 -05:00 zatwierdzone przez GitHub
rodzic 3845b19b85
commit 4b01ea72ea
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ check_command(){
# Recurse, but don't pass the install command
check_command "$1" "$2"
else
check_msg_result="\033[91m can't find $1! Check that the program is installed and that you have added the proper path to the program to your PATH environment variable before launching WebODM. $2\033[39m"
check_msg_result="\033[91m can't find $1! Check that the program is installed and that you have added the proper path to the program to your PATH environment variable before launching WebODM. If you change your PATH environment variable, remember to close and reopen your terminal. $2\033[39m"
fi
fi