X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=appimage%2Fcitadel.AppDir%2FAppRun;h=373d717003cdfdc6bbd15a03edb2bb4c293df549;hp=0390ad2cd99477cead8177621931fefc0f857149;hb=8779ae0fd227b721c5244857956f578fc4af2149;hpb=9da7df2a2446ccf5e1e286df65ba1e32bdfe0521 diff --git a/appimage/citadel.AppDir/AppRun b/appimage/citadel.AppDir/AppRun index 0390ad2cd..373d71700 100755 --- a/appimage/citadel.AppDir/AppRun +++ b/appimage/citadel.AppDir/AppRun @@ -203,7 +203,7 @@ case ${1} in export APPDIR CTDL_DIR HTTP_PORT HTTPS_PORT export LD_LIBRARY_PATH=$APPDIR/usr/lib export PATH=$APPDIR/usr/bin - exec ctdlvisor -m -h $CTDL_DIR + exec ctdlvisor -m ;; mount) echo This mode of operation mounts the AppImage but does not run anything.