Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Dec 28, 2024
2 parents e320687 + 9da8840 commit abe0735
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions soulfire_egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"alexprogrammerde\/soulfire": "alexprogrammerde\/soulfire"
},
"file_denylist": [],
"startup": "/bin/sh /soulfire/start.sh",
"startup": "cd /home/container && /bin/sh /soulfire/start.sh",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Finished loading!\"\r\n}",
Expand All @@ -38,7 +38,6 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:15",
"sort": null,
"field_type": "text"
},
{
Expand All @@ -49,7 +48,6 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:9999",
"sort": null,
"field_type": "text"
},
{
Expand All @@ -60,7 +58,6 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:9999",
"sort": null,
"field_type": "text"
},
{
Expand Down

0 comments on commit abe0735

Please sign in to comment.