6 lines
132 B
Bash
6 lines
132 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
|
||
|
|
|
||
|
|
chmod 777 /var/www/html/uploadfiles
|
||
|
|
apache2-foreground
|