From 3daf70069c3709650dc1139893efed87f0b27b1d Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 7 Oct 2021 17:49:35 -0400 Subject: [PATCH] move logs to /var/log as though we're not cavemen --- citrine.internal.sh | 2 +- citrine.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index df6ac57..958d02e 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -196,7 +196,7 @@ else echo ${DISK} > /mnt/diskn fi -artix-chroot /mnt /continue.sh 2>&1 | tee /mnt/var/citrine.chroot.log +artix-chroot /mnt /continue.sh 2>&1 | tee /mnt/var/log/citrine.chroot.log rm /mnt/continue.sh inf "Installation should now be complete." diff --git a/citrine.sh b/citrine.sh index 4bace27..8318118 100755 --- a/citrine.sh +++ b/citrine.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash sudo script -O /var/log/citrine.log -q -c "citrine.internal" -sudo cp /var/log/citrine.log /mnt/var/. +sudo cp /var/log/citrine.log /mnt/var/log/. echo "Run 'reboot' to restart. :)"