Skip to content

Commit

Permalink
Merge pull request #7 from DaanSelen/v0.1.1
Browse files Browse the repository at this point in the history
Update finish.sh
  • Loading branch information
DaanSelen authored Nov 29, 2024
2 parents eb926ba + 4a82aa0 commit 617a30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntos/configs/minimal/finish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 617a30e

Please sign in to comment.