Move ~/config/boot to ~/config/settings/
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# DO NOT EDIT!
|
||||
#=====================================================================
|
||||
# Start programs and open files in the boot launch folder
|
||||
for file in $HOME/config/boot/launch/*
|
||||
for file in $HOME/config/settings/boot/launch/*
|
||||
do
|
||||
/bin/open "$file" &
|
||||
done
|
||||
|
||||
@@ -186,8 +186,8 @@ launch system/preferences/Time "" --update
|
||||
|
||||
if [ "$SAFEMODE" != "yes" ]; then
|
||||
# Start user boot script
|
||||
if [ -f $HOME/config/boot/UserBootscript ]; then
|
||||
. $HOME/config/boot/UserBootscript
|
||||
if [ -f $HOME/config/settings/boot/UserBootscript ]; then
|
||||
. $HOME/config/settings/boot/UserBootscript
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
@@ -54,8 +54,8 @@ fi
|
||||
|
||||
if [ "$SAFEMODE" != "yes" ]
|
||||
then
|
||||
if [ -f $HOME/config/boot/UserSetupEnvironment ]
|
||||
if [ -f $HOME/config/settings/boot/UserSetupEnvironment ]
|
||||
then
|
||||
. $HOME/config/boot/UserSetupEnvironment
|
||||
. $HOME/config/settings/boot/UserSetupEnvironment
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user