remove libz from excludelist
[citadel.git] / appimage / citadel.AppDir / AppRun
index 373d717003cdfdc6bbd15a03edb2bb4c293df549..70f00b9202c73325faeec58aa2413f57bc0c1ed2 100755 (executable)
@@ -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