From 9723b5d58992fe015fedc3791c814ede75846bcc Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Tue, 29 Oct 2024 23:01:35 -0400 Subject: [PATCH] Fix autostart files not getting reset properly --- bin/seagl-reprovision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/seagl-reprovision b/bin/seagl-reprovision index aa96e28..22b44ed 100755 --- a/bin/seagl-reprovision +++ b/bin/seagl-reprovision @@ -9,5 +9,5 @@ if ! zenity --question --icon=dialog-warning --text='Are you sure you wish to re fi sudo rm -rf /var/lib/seagl -rsync -rlv --delete /usr/etc/xdg /etc/xdg +rsync -rlv --delete /usr/etc/xdg/ /etc/xdg/ sudo systemctl soft-reboot