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 noticed that do mina setup --simulate, it prints a shebang using bash #!/usr/bin/env bash.
However, running mina setup would run the script with default shell on sever, which is fish-shell is my case.
Is there a way for mina to switch to bash when executing the command?
Unsupported use of '&&'. In fish, please use 'COMMAND; and COMMAND'.
fish: echo "-----> Setting up /u/apps/" && (
^
! Command failed.
Failed with status 1 (127)
The text was updated successfully, but these errors were encountered:
Mina can't change this. Mina uses your ssh user and runs a script on the server. You need to change your default shell for deploy user to use bash instead of fish-shell
I noticed that do
mina setup --simulate
, it prints a shebang using bash#!/usr/bin/env bash
.However, running
mina setup
would run the script with default shell on sever, which is fish-shell is my case.Is there a way for mina to switch to bash when executing the command?
The text was updated successfully, but these errors were encountered: