summaryrefslogtreecommitdiff
path: root/backend/entrypoint.sh
diff options
context:
space:
mode:
authorVictor Borges <victor1882@outlook.com>2025-03-31 10:54:03 -0300
committerVictor Borges <victor1882@outlook.com>2025-03-31 10:54:03 -0300
commit7e3b07d83aae6547ce121f904971e6491c0c2cdd (patch)
tree11e169767a645f38fc906f32fe9e9eb11bfcf50a /backend/entrypoint.sh
parentfc242fa45d24477c028032dc2f0777da07a44153 (diff)
downloaddecky-bazzite-buddy-7e3b07d83aae6547ce121f904971e6491c0c2cdd.tar.gz
decky-bazzite-buddy-7e3b07d83aae6547ce121f904971e6491c0c2cdd.zip
patch steam release notes
Diffstat (limited to 'backend/entrypoint.sh')
-rwxr-xr-xbackend/entrypoint.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/backend/entrypoint.sh b/backend/entrypoint.sh
deleted file mode 100755
index af04d23..0000000
--- a/backend/entrypoint.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
-
-cd /backend
-
-make \ No newline at end of file