mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-12 23:30:03 -06: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 ./ |