diff --git a/tools/miaou-create b/tools/miaou-create index b04b9db..7400fd1 100755 --- a/tools/miaou-create +++ b/tools/miaou-create @@ -44,7 +44,7 @@ function before_start { function after_start { # hot changes if [[ -v MIAOU_BASH_DIR ]]; then - pct exec "$CONTAINER_ID" -- /opt/miaou-bash/init.sh + pct exec "$CONTAINER_ID" -- /opt/miaou-bash/install.sh fi pct exec "$CONTAINER_ID" -- apt-get purge -y postfix pct exec "$CONTAINER_ID" -- apt-get update