You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the official mac app but noticed it did not support custom scripts so I installed this again (seems you're still supporting this?).
I now try to run a script that looks like this:
#!/usr/bin/env bash
cd ~/Sites/vvv
echo "startat via flic!" >> flic.log
whoami >> flic.log
pwd >> flic.log
#vagrant halt >> flic.log
vagrant up >> flic.log
It's for booting up my dev environment and the plan was to add a shutdown as well etc.
It runs the command correctly and outputs the log in the start of the vagrantfile but then dies when it should run other scripts from that file.
It's just strange because flic runs as my user with permissions.. and if I run the script myself from terminal it works. I can't figure out what the difference is..
The text was updated successfully, but these errors were encountered:
Related: #1 (comment)
I downloaded the official mac app but noticed it did not support custom scripts so I installed this again (seems you're still supporting this?).
I now try to run a script that looks like this:
It's for booting up my dev environment and the plan was to add a shutdown as well etc.
It runs the command correctly and outputs the log in the start of the vagrantfile but then dies when it should run other scripts from that file.
It's just strange because flic runs as my user with permissions.. and if I run the script myself from terminal it works. I can't figure out what the difference is..
The text was updated successfully, but these errors were encountered: