diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 23:04:08 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 23:04:08 -0400 |
| commit | e54b7e2c5f3a736f248353317007f922771ab0c7 (patch) | |
| tree | 6fc8931d44b1fa93269d2bba89c9790bfd83fd7a /backend/entrypoint.sh | |
| parent | 2106ef8eb31ee46611fce07dd715d3ac1c4ca0ab (diff) | |
| download | decky-lsfg-vk-e54b7e2c5f3a736f248353317007f922771ab0c7.tar.gz decky-lsfg-vk-e54b7e2c5f3a736f248353317007f922771ab0c7.zip | |
refactor: remove unused backend files and improve configuration handling in TypeScript
Diffstat (limited to 'backend/entrypoint.sh')
| -rwxr-xr-x | backend/entrypoint.sh | 8 |
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 |
