From 4d91b282fd378c83ffaf7ceb784eb640e9e69bf2 Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 19 Dec 2025 12:56:37 +0400 Subject: [PATCH] miaou install --- tools/miaou-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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