X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=appimage%2Fcitadel.AppDir%2Frun-client.sh;fp=appimage%2Fcitadel.AppDir%2Frun-client.sh;h=0000000000000000000000000000000000000000;hb=424aab92fd2d03060878e0a62aac870b716aa64a;hp=ff9483844cd0916d9f3086d793f9a96313b1414c;hpb=54907db5216105aa13f7ef161092b1cb8fa225cd;p=citadel.git diff --git a/appimage/citadel.AppDir/run-client.sh b/appimage/citadel.AppDir/run-client.sh deleted file mode 100755 index ff9483844..000000000 --- a/appimage/citadel.AppDir/run-client.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# This script attempts to find the Citadel Server running in an AppImage on -# the same host, and connects to the text mode client. - -CLIENT_PATH=`ls /tmp/.*/usr/bin/citadel || exit 1` || exit 1 -CLIENT_DIR=`dirname ${CLIENT_PATH}` -export PATH=${CLIENT_DIR}:$PATH -export APPDIR=`echo ${CLIENT_DIR} | sed s/'\/usr\/bin'//g` -export LD_LIBRARY_PATH=${APPDIR}/usr/lib:$LD_LIBRARY_PATH -export CTDL_DIR=$(dirname $(readlink -f $0)) -ldd $CLIENT_PATH -exec $CLIENT_PATH