updated connect script to new init files
[feisty_meow.git] / scripts / customize / fred / refred.sh
index 908e3bd5494be376a71abf16bc32e2007f146c4d..088e8e3b4f76cd1ffbfc94b7a09ad38fc8d629d3 100644 (file)
@@ -16,7 +16,7 @@ function refred()
 #echo arch addin now is: $arch_addin
 
   # iterate across the list of dirs we want fred to own and change their ownership.
-  for dirname in /home/fred /usr/local/fred /home/games $arch_addin; do
+  for dirname in /home/fred /opt/feistymeow.org /usr/local/fred /home/games $arch_addin; do
     if [ -d "$dirname" ]; then
       echo "refred on '$dirname'"
       sudo chown -R fred:fred $dirname