nice new tool to show version of feisty meow
[feisty_meow.git] / scripts / security / normal_perm.sh
index 73a7f941140d2805f1cfdacc540d17a1c395fb17..2e641a0ded16fa984645009f93a2e883b0dff255 100644 (file)
@@ -13,9 +13,9 @@ fi
 for (( i=0; i < ${#args[*]}; i++ )); do
   current="${args[i]}"
 #  echo "curr is $current"
-  find "$current" -type d -exec chmod 755 {} ';'
+  find -L "$current" -type d -exec chmod 755 {} ';'
 ### >/dev/null 2>/dev/null
-  find "$current" -type f -exec chmod 644 {} ';'
+  find -L "$current" -type f -exec chmod 644 {} ';'
 ### >/dev/null 2>/dev/null
 done