|
|
|
@ -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 |
|
|
|
|