add cadastro
This commit is contained in:
7
checkChanges.sh
Executable file
7
checkChanges.sh
Executable 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/)
|
||||
Reference in New Issue
Block a user