X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=appimage%2Fcitadel.AppDir%2FAppRun;fp=appimage%2Fcitadel.AppDir%2FAppRun;h=70f00b9202c73325faeec58aa2413f57bc0c1ed2;hb=4397e5ac9918708106a00cd2bde21c46ece9e191;hp=373d717003cdfdc6bbd15a03edb2bb4c293df549;hpb=100b6a90d5ea460fc62e648311ebf3fad965c139;p=citadel.git diff --git a/appimage/citadel.AppDir/AppRun b/appimage/citadel.AppDir/AppRun index 373d71700..70f00b920 100755 --- a/appimage/citadel.AppDir/AppRun +++ b/appimage/citadel.AppDir/AppRun @@ -218,6 +218,12 @@ case ${1} in export PATH=$APPDIR/usr/bin:$PATH exec $APPDIR/usr/local/citadel/citserver -x9 -h $CTDL_DIR ;; + connect) + export LD_LIBRARY_PATH=$APPDIR/usr/lib + export PATH=$APPDIR/usr/bin:$PATH + cd $APPDIR + exec citadel $* + ;; *) echo Unexpected command: ${1} usage