6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/bin/sh
|
||
|
php -f ftp-umount.php
|
||
|
chmod +x /root/ftp-umount.sh
|
||
|
/root/ftp-umount.sh
|
||
|
|