Skip to content

Commit

Permalink
Remove useless cd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Dec 28, 2024
1 parent abe0735 commit ec3a8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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": "cd /home/container && /bin/sh /soulfire/start.sh",
"startup": "/bin/sh /soulfire/start.sh",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Finished loading!\"\r\n}",
Expand Down

0 comments on commit ec3a8ca

Please sign in to comment.