add cadastro

This commit is contained in:
Ronaldo
2026-04-06 12:36:25 +00:00
parent a315eab0d5
commit e61ccda3ed
787 changed files with 155807 additions and 0 deletions

7
checkChanges.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
while read -r directory events filename; do
filepath="$directory$filename"
chmod 0755 "$filepath"
sudo systemctl restart apache2
done < <(inotifywait -e modify,create,delete -mrq --format '%w %e %f' /var/www/xcmg.fun/)