We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504e4c7 commit e7239adCopy full SHA for e7239ad
docker_run.sh
@@ -36,7 +36,7 @@ fi
36
if find /app/server/trakman -mindepth 1 -maxdepth 1 | read; then
37
echo 'Trakman exists. Attempting update...'
38
cd trakman || exit
39
- node Update.js /app/server/trakmanbk/.hashes.json
+ bun Update.js /app/server/trakmanbk/.hashes.json
40
if [ $? -gt 0 ]; then
41
chown server:server update.log
42
echo 'Update not fully successful, please stop the container.'
0 commit comments