X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=appimage%2Fcitadel.AppDir%2FAppRun;fp=appimage%2Fcitadel.AppDir%2FAppRun;h=0390ad2cd99477cead8177621931fefc0f857149;hb=086b81cf5feff29d057afbb4353210eca71edac2;hp=9c17f828df78596957e39a71eee2d99dc4590118;hpb=35837c94bf87af75c35e8ceb1f1c55cc967e21aa;p=citadel.git diff --git a/appimage/citadel.AppDir/AppRun b/appimage/citadel.AppDir/AppRun index 9c17f828d..0390ad2cd 100755 --- a/appimage/citadel.AppDir/AppRun +++ b/appimage/citadel.AppDir/AppRun @@ -214,11 +214,9 @@ case ${1} in done ;; debug) - echo Connecting to the debugger - echo Try this: run -x9 -h $CTDL_DIR export LD_LIBRARY_PATH=$APPDIR/usr/lib export PATH=$APPDIR/usr/bin:$PATH - exec $APPDIR/usr/bin/gdb $APPDIR/usr/local/citadel/citserver + exec $APPDIR/usr/local/citadel/citserver -x9 -h $CTDL_DIR ;; *) echo Unexpected command: ${1}