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)"