mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-23 22:25:41 +00:00
Manifest was not initialized correctly
This commit is contained in:
parent
6babd75ab4
commit
b31221994d
|
@ -8,7 +8,7 @@ module="module.yml"
|
|||
output_manifest="net.retrodeck.supermodel.yml"
|
||||
command="/app/bin/supermodel"
|
||||
|
||||
# sed -n '/command/q;p' RetroDECK/net.retrodeck.retrodeck.yml > "$manifest_header" TEMPORARY DISABLED TO TRY A BUILD WITH ANOTHER RUNTIME
|
||||
sed -n '/command/q;p' RetroDECK/net.retrodeck.retrodeck.yml > "$manifest_header"
|
||||
echo -e "command: $command\n" >> "$manifest_header"
|
||||
sed -i '/^[[:space:]]*#/d' "$manifest_header"
|
||||
sed -i 's/[[:space:]]*#.*$//' "$manifest_header"
|
||||
|
|
Loading…
Reference in a new issue