script launched by finder with Terminal not launched
helo,
I have go some script to launch some times (for adding / removing routes for example) so Terminal launch and visor two, but the command is dropped, i have to do a second time.
see the script
#!/bin/bash
sudo route delete 192.168.123.0/24
sudo route add -net 192.168.123.0/24 10.0.2.1
exit
I have go some script to launch some times (for adding / removing routes for example) so Terminal launch and visor two, but the command is dropped, i have to do a second time.
see the script
#!/bin/bash
sudo route delete 192.168.123.0/24
sudo route add -net 192.168.123.0/24 10.0.2.1
exit
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?ok ;)
create a file with the name test.command (UTF-8 and Linux line ending)
inside put
#!/bin/bash
sudo echo "helo"
now save it
make it executable in the finder show the info make sure you see oppenend with Terminal
now close the Terminal program
return on the finder and launch the "test.command" file
you will not see to be asked for your password (-> the sudo) or see anythings... the script isn't launched at all
now with Terminal launched it's ok
so every command launched with Terminal not launched isn't executed when we have Visor bundle installed, it's not cool ;( (i should uninstall but Viso is cool).
Loading Profile...


