Changes
This commit is contained in:
@ -38,8 +38,8 @@ if [ ! -f "${CONFIG_HOME}/config.json" ]; then
|
||||
fi
|
||||
|
||||
# Redirecting the config to the cache
|
||||
mkdir -p "${CONFIG_HOME}" /root/.config
|
||||
ln -snf "${CONFIG_HOME}" /root/.config/Pinokio
|
||||
mkdir -p "${CONFIG_HOME}" /root/.config
|
||||
ln -snf "${CONFIG_HOME}" /root/.config/Pinokio
|
||||
|
||||
# Start Pinokio (Electron desktop app requires these switches)
|
||||
# PINOKIO_ARGS="serve --port 42000 --no-sandbox --disable-gpu --disable-software-rasterizer --disable-dev-shm-usage --headless"
|
||||
|
||||
Reference in New Issue
Block a user