woinst: support du déploiement d'applications construites avec Maven
This commit is contained in:
parent
eb0a3be78e
commit
75654610f7
|
@ -194,6 +194,10 @@ if [ -n "${applications[*]}" ]; then
|
|||
ebegin "Copie des ressources web"
|
||||
cpdir "$bundle/Contents/WebServerResources" "$webdestdir/$appname/Contents/WebServerResources" &
|
||||
ewait $!
|
||||
if [ -d "$bundle/Contents/Frameworks" ]; then
|
||||
cpdir "$bundle/Contents/Frameworks" "$webdestdir/$appname/Contents/Frameworks" &
|
||||
ewait $!
|
||||
fi
|
||||
eend
|
||||
|
||||
# permissions
|
||||
|
|
Loading…
Reference in New Issue