removed concept of LIGHTWEIGHT_INIT
[feisty_meow.git] / scripts / customize / fred / refred.sh
index 73ea160079cb374cc844d58f8c89156770c8b85c..e8f07489f98fd17d96e9a4c3ec6c76123f2b5cd6 100644 (file)
@@ -4,15 +4,14 @@
 function refred()
 {
   sudo chown -R fred:fred /home/fred /home/games /home/archives /usr/local/fred
-  sudo bash $FEISTY_MEOW_SCRIPTS/files/normal_perm.sh /var/log
+  sudo bash $FEISTY_MEOW_SCRIPTS/security/normal_perm.sh /var/log
 }
 
 # this block should execute when the script is actually run, rather
 # than when it's just being sourced.
 if [[ $0 =~ .*refred\.sh.* ]]; then
   THISDIR="$( \cd "$(\dirname "$0")" && /bin/pwd )"
-  export LIGHTWEIGHT_INIT=true
-  source "$THISDIR/../../scripts/core/launch_feisty_meow.sh"
+  source "$THISDIR/../../core/launch_feisty_meow.sh"
   refred
 fi