Skip to content

Commit

Permalink
Tools : fast-vwifi-update : to find the process gns3, search the proc…
Browse files Browse the repository at this point in the history
…ess python3 in "/usr/bin" instead of "/bin"
  • Loading branch information
Raizo62 committed Apr 25, 2021
1 parent 29da757 commit 3aede10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fast-vwifi-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SansCouleur='\e[0;m'

OptionVWifiQEmu=vwifi0

if [ -z "$(pgrep -xf '/bin/python3 /usr/bin/gns3.*')" ]
if [ -z "$(pgrep -xf '/usr/bin/python3 /usr/bin/gns3.*')" ]
then
>&2 echo -e "${CERROR}Error: Your GNS3 project must be open !!!${SansCouleur}"
exit 2
Expand Down

0 comments on commit 3aede10

Please sign in to comment.