diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/config.ts b/src/util/config.ts index a0de761..3692d8a 100644 --- a/src/util/config.ts +++ b/src/util/config.ts @@ -65,8 +65,8 @@ export const handleStartup = async ( ); await persistTemplate({ - inputFile: path.join(publicDir, "templates", "bash.template"), - outputFile: path.join(hostDir, "bash"), + inputFile: path.join(publicDir, "templates", "sh.template"), + outputFile: path.join(hostDir, "sh"), context: { TARGET_URL: targetUrl } } as Template); await persistTemplate({ |
