From 1a23ee1244209e015cbbce1f069835c022b1184d Mon Sep 17 00:00:00 2001 From: FH Date: Wed, 26 Jul 2023 11:09:12 +0200 Subject: [PATCH] fix --- manjaro-plasma-wipe.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manjaro-plasma-wipe.sh b/manjaro-plasma-wipe.sh index a148f53..2e22776 100644 --- a/manjaro-plasma-wipe.sh +++ b/manjaro-plasma-wipe.sh @@ -31,11 +31,11 @@ echo ":: Restore Manjaro Default User Settings" echo "!----------------------------------------------------------------!" read -p "Press ENTER to restore Manjaro Default (Ctrl+c to cancel)" -cd /etc/skel -cp .* -r $HOME -cd + +cp /etc/skel/. -r /home/$USER echo "Done!" echo + read -p "Press ENTER to restart (Ctrl+c to cancel)" secs=$((5))