From 4a82aa00ee9e838477fda5079decb9f171896a7b Mon Sep 17 00:00:00 2001 From: dselen <80752476+DaanSelen@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:35:59 +0100 Subject: [PATCH] Update finish.sh --- ntos/configs/minimal/finish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntos/configs/minimal/finish.sh b/ntos/configs/minimal/finish.sh index fbcd5d1..07a593c 100644 --- a/ntos/configs/minimal/finish.sh +++ b/ntos/configs/minimal/finish.sh @@ -81,7 +81,7 @@ echo $new_hostname > /etc/hostname && sed -i 's/^127\.0\.1\.1.*/127.0.1.1 $new_hostname/' /etc/hosts && # Check if the source file exists before copying -sleep 2s +sleep 3s # Add some sleep for the machine to process everything. if [ -f '/home/${current_user}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml' ]; then echo 'Source xfce4-panel.xml found. Proceeding with copy.'