Skip to content

Commit e7239ad

Browse files
committed
update.js in docker_run.sh
1 parent 504e4c7 commit e7239ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636
if find /app/server/trakman -mindepth 1 -maxdepth 1 | read; then
3737
echo 'Trakman exists. Attempting update...'
3838
cd trakman || exit
39-
node Update.js /app/server/trakmanbk/.hashes.json
39+
bun Update.js /app/server/trakmanbk/.hashes.json
4040
if [ $? -gt 0 ]; then
4141
chown server:server update.log
4242
echo 'Update not fully successful, please stop the container.'

0 commit comments

Comments
 (0)