mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
use bash as 'source' is needed in provision scripts
This commit is contained in:
parent
ae056e507b
commit
696b597a9c
@ -67,7 +67,7 @@ provision_shell() {
|
|||||||
|
|
||||||
else
|
else
|
||||||
local tmp=$(mktemp)
|
local tmp=$(mktemp)
|
||||||
echo "#!/bin/sh" >"$tmp"
|
echo "#!/bin/bash" >"$tmp"
|
||||||
cat >>"$tmp"
|
cat >>"$tmp"
|
||||||
lxc --project "$project" file push "$tmp" "${inst}${remote_path}" $lxc_flags || return 1
|
lxc --project "$project" file push "$tmp" "${inst}${remote_path}" $lxc_flags || return 1
|
||||||
rm -f "$tmp"
|
rm -f "$tmp"
|
||||||
|
Loading…
Reference in New Issue
Block a user