Skip to content

Commit

Permalink
sh -> bash
Browse files Browse the repository at this point in the history
  • Loading branch information
c0untingNumbers committed Nov 8, 2024
1 parent f0a1ad0 commit 4cde432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func CheckIfExists(email string) (result bool, error error) {
}

func SourceOpenRC() error {
sourceCmd := exec.Command("sh", "-c", "source /root/ops-openrc.sh")
sourceCmd := exec.Command("bash", "-c", "source /root/ops-openrc.sh")

stderr := &bytes.Buffer{}
sourceCmd.Stderr = stderr
Expand Down

0 comments on commit 4cde432

Please sign in to comment.