mirror of
https://gh.wpcy.net/https://github.com/CaptainCore/captaincore.git
synced 2026-04-22 22:40:22 +08:00
3 lines
No EOL
130 B
Text
3 lines
No EOL
130 B
Text
echo "Resetting file and folder permissions to defaults"
|
|
find . -type d -exec chmod 755 {} \;
|
|
find . -type f -exec chmod 644 {} \; |