From 453201981a4376b5b46880726dc5f3364131683c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Sun, 15 Mar 2026 13:12:27 +0100 Subject: [PATCH] Bug start at logon could not find mozilla_starter.sh --- system_setup/logon_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system_setup/logon_script.sh b/system_setup/logon_script.sh index c836957..608a26b 100755 --- a/system_setup/logon_script.sh +++ b/system_setup/logon_script.sh @@ -82,10 +82,10 @@ else echo "Press any key to continue" && read -n 1 -s -r && exit 1 fi fi -echo +echo "" #SYNC Firefox + Thunderbird Profile -./mozilla_starter.sh firefox sync && ./mozilla_starter.sh thunderbird sync +${SYSCONFIGPATH}/system_setup/mozilla_starter.sh firefox sync && ${SYSCONFIGPATH}/system_setup/mozilla_starter.sh thunderbird sync elog_add "Successfully synced Mozilla profiles (log in another file)." elog_add "Sucessfully run logon script (Wait 3 seconds)"