X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=appimage%2Fcitadel.AppDir%2FAppRun;fp=appimage%2Fcitadel.AppDir%2FAppRun;h=9c17f828df78596957e39a71eee2d99dc4590118;hb=35837c94bf87af75c35e8ceb1f1c55cc967e21aa;hp=e498fe4288fad8c21cdc01e2e737185e95723122;hpb=61821d8de88d86558bd0fde7138952bfb538e466;p=citadel.git diff --git a/appimage/citadel.AppDir/AppRun b/appimage/citadel.AppDir/AppRun index e498fe428..9c17f828d 100755 --- a/appimage/citadel.AppDir/AppRun +++ b/appimage/citadel.AppDir/AppRun @@ -205,6 +205,21 @@ case ${1} in export PATH=$APPDIR/usr/bin exec ctdlvisor -m -h $CTDL_DIR ;; + mount) + echo This mode of operation mounts the AppImage but does not run anything. + echo -n Kill it when you are finished... + while true + do + sleep 1 + 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 + ;; *) echo Unexpected command: ${1} usage