From 2c18b408f4f7de9d9fc6a883bb1605883c0c93c1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 02 2021 03:13:15 +0000 Subject: nightly.sh: fix secondary hardlink Signed-off-by: Kevin Fenzi --- diff --git a/nightly.sh b/nightly.sh index 4603f36..fd1844d 100755 --- a/nightly.sh +++ b/nightly.sh @@ -178,7 +178,7 @@ $RSYNCPREFIX rm "$RSYNCSECTARGET/.composeinfo" $RSYNCPREFIX ./releng/scripts/build_composeinfo "$RSYNCSECTARGET/" --name "$NEWCOMPOSE_ID" # hardlink content (this will hardlink aarch64 with the other arches) -time hardlink -v "$RSYNCTARGET/.." +time hardlink -v "$RSYNCSECTARGET/.." # sync Silverblue to the unified ostree repo # Set the umask to so directories can get group write