Guest User

Untitled

a guest
May 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. directory="uploads"
  4. if [ -d $directory ]; then
  5. chmod -R 777 $directory
  6. fi
Add Comment
Please, Sign In to add comment