From e3b32244ab7e19fadf9738c83a6ae5cf35a99371 Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 6 Feb 2023 20:09:31 +0100 Subject: [PATCH] Update the postinstall cmdline --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index c0e9f2a..9ec6cd1 100755 --- a/utils.sh +++ b/utils.sh @@ -211,7 +211,7 @@ rebuild_base_containers() lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "curl $INSTALL_SCRIPT | bash -s -- -a -d $ynh_version" # Run postinstall - lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns" + lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "yunohost tools postinstall -d domain.tld -u syssa -F 'Syssa Mine' -p the_password --ignore-dyndns --force-diskspace" rotate_image "$base_image_to_rebuild-tmp" "$base_image_to_rebuild-after-install"