create tmp path for db
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good

This commit is contained in:
Dany LE 2022-10-03 16:48:03 +02:00
parent 4e97407148
commit 411ba77aae

View File

@ -59,7 +59,7 @@ export LD_LIBRARY_PATH="$B/usr/lib/"
echo "Runing Antd in $B with configuration $W/antd-config.ini"
# TODO this is not good
touch /tmp/.antos_pkgcache
ln -sf /tmp/antos-db $W/db
ln -sf $W/db /tmp/antos-db
./usr/bin/antd $W/antd-config.ini >/dev/null 2>&1 | ( sleep 2 && ./opt/www/bin/runner $W/runner.ini >/dev/null 2>&1 &)
EOF