From 6b58819dedd2e9bd6382b1f52b24080f8bd13ad7 Mon Sep 17 00:00:00 2001 From: Roberto Berto Date: Mon, 28 Apr 2025 11:03:41 -0300 Subject: restart uncron service to fix user/group=root issue --- 4-uncron.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to '4-uncron.sh') diff --git a/4-uncron.sh b/4-uncron.sh index e18b4e6..46e253c 100755 --- a/4-uncron.sh +++ b/4-uncron.sh @@ -73,6 +73,9 @@ systemctl daemon-reload > /dev/null 2>&1 # Ensure uncron service is enabled. systemctl enable --now uncron.service > /dev/null 2>&1 +# restart uncron service to fix user/group issue +systemctl restart uncron.service > /dev/null 2>&1 + echo echo "Part 4 of the installer is now done." echo "Please run part five (5-docker-jobs.sh) to set up the vyos build container jobs." -- cgit v1.2.3