westdc-ftp/root/umount.sh

5 lines
155 B
Bash
Raw Normal View History

#!/bin/sh
php -f ftp-umount.php
chmod +x /root/ftp-umount.sh
/root/ftp-umount.sh
2015-07-16 12:46:37 +00:00
find . -depth -empty -type d -mindepth 2 -maxdepth 2 -exec rmdir -v {} \;