allow empty directory stuff
This commit is contained in:
parent
628d4aceb2
commit
8690686242
@ -9,6 +9,6 @@ if [ ! -z "$MANTIS_ENABLE_ADMIN" ] && [ "$MANTIS_ENABLE_ADMIN" -ne "0" ]; then
|
||||
test -d .admin && mv .admin admin && chmod +rx admin
|
||||
fi
|
||||
|
||||
cp -rv extra_plugins/* plugins
|
||||
cp -rv extra_plugins/* plugins || true # its fine if the directory is empty
|
||||
|
||||
apache2-foreground
|
||||
|
Loading…
x
Reference in New Issue
Block a user