Recursive cp
This commit is contained in:
parent
2d669ffac6
commit
2fabb02f40
|
|
@ -47,7 +47,7 @@ WEB_ROOT="/var/www/vidrip"
|
|||
SCRIPT_DIR="$WEB_ROOT"
|
||||
|
||||
rm -rf "$WEB_ROOT/*"
|
||||
cp ./* "$WEB_ROOT"
|
||||
cp -r ./* "$WEB_ROOT"
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
# Configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue