mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-30 06:52:24 -05:00
Add default entrypoint.sh
This commit is contained in:
parent
3f233cae29
commit
9d8ffe8299
1 changed files with 1 additions and 5 deletions
4
backend/entrypoint.sh
Executable file → Normal file
4
backend/entrypoint.sh
Executable file → Normal file
|
|
@ -2,7 +2,3 @@
|
|||
set -e
|
||||
|
||||
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
|
||||
|
||||
cd /backend
|
||||
|
||||
make
|
||||
Loading…
Add table
Add a link
Reference in a new issue