Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
>
owncloud-client211
> owncloud.sh
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File owncloud.sh of Package owncloud-client211
#!/bin/sh # Wrapper to start the correct owncloud binary with proper preinitializations. qtdir=qt-5.4 if [ -d /opt/qt-4.8 ]; then qtdir=qt-4.8 source /opt/$qtdir/bin/$qtdir-env.sh fi exec /opt/$qtdir/bin/owncloud "$@" # end