mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-22 11:29:38 -05:00
4 lines
107 B
Bash
4 lines
107 B
Bash
#!/usr/bin/bash
|
|
|
|
# Fix permissions of all files in the current directory and subdirectories
|
|
chmod -R 777 ./ |