Skip to content

Commit a935d5e

Browse files
committed
fix: use sh for start script
1 parent 40cd668 commit a935d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/deploy_host/templates/start.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
source {{ env_path }}
44

0 commit comments

Comments
 (0)