tracking down some rogue chmods
[feisty_meow.git] / scripts / core / create_tempdir.sh
index d1d28aaa8ba161819c89b161f0aad7d0e396f404..c435d2dd9751f6045af2e8b4bedf8c82f8917166 100644 (file)
@@ -28,6 +28,7 @@ export TEMP=$TMP
 
 # Make sure no one else is playing around in the temporary directory.
 chmod 700 $TMP
+continue_on_error chmodding to secure temporary directory.
 
 if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then echo done creating temporary directory....; fi