mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-01 23:56:18 +00:00
Update AppRun
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
# Get the directory where this AppImage is mounted
|
# Get the directory where this AppImage is mounted
|
||||||
APPDIR="$(dirname "$(readlink -f "${0}")")"
|
APPDIR="$(dirname "$(readlink -f "${0}")")"
|
||||||
|
|
||||||
# Set up environment
|
|
||||||
export PATH="${APPDIR}/usr/bin:${PATH}"
|
export PATH="${APPDIR}/usr/bin:${PATH}"
|
||||||
export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
|
export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
|
||||||
|
export PYTHONPATH="${APPDIR}/usr/lib/python3/dist-packages:${APPDIR}/usr/lib/python3/site-packages:${PYTHONPATH}"
|
||||||
|
|
||||||
# Change to the AppImage directory
|
# Change to the AppImage directory
|
||||||
cd "${APPDIR}"
|
cd "${APPDIR}"
|
||||||
@@ -24,6 +24,10 @@ ls -la "${APPDIR}/web/" || echo "[v0] Web directory not found"
|
|||||||
echo "[v0] Looking for index.html:"
|
echo "[v0] Looking for index.html:"
|
||||||
find "${APPDIR}" -name "index.html" -type f || echo "[v0] No index.html found"
|
find "${APPDIR}" -name "index.html" -type f || echo "[v0] No index.html found"
|
||||||
|
|
||||||
|
echo "[v0] Python path: ${PYTHONPATH}"
|
||||||
|
echo "[v0] Checking Flask installation:"
|
||||||
|
python3 -c "import flask; print('Flask version:', flask.__version__)" 2>/dev/null || echo "[v0] Flask not found"
|
||||||
|
|
||||||
# Check for translation argument
|
# Check for translation argument
|
||||||
if [[ "$1" == "--translate" ]]; then
|
if [[ "$1" == "--translate" ]]; then
|
||||||
echo "🌐 Starting ProxMenux Translation Service..."
|
echo "🌐 Starting ProxMenux Translation Service..."
|
||||||
|
Reference in New Issue
Block a user