# HG changeset patch # User Matti Hamalainen # Date 1448115815 -7200 # Node ID 78449511df145cfb4d50dda5f4c76d44a1c76c12 # Parent 0657ea84efe1471874a85ed7096914cb7d7397a4 Fix permissions. diff -r 0657ea84efe1 -r 78449511df14 faptool.php --- a/faptool.php Sat Nov 21 15:47:55 2015 +0200 +++ b/faptool.php Sat Nov 21 16:23:35 2015 +0200 @@ -221,7 +221,7 @@ wtPurgeDir($path); // Create temporary directory for unpacking - wtMakeDir($path, 0700); + wtMakeDir($path, 0755); // Save current working directory and chdir to target $cwd = getcwd();