diff options
| author | AAGaming <aagaming@riseup.net> | 2024-08-05 16:47:13 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-08-05 16:47:13 -0400 |
| commit | 7fc51c8b7da9f45cc5cfa4d3cdf193b086bdb2af (patch) | |
| tree | 3feb0a4e961cd476e952943583e68e0a16e7bb38 /.vscode/tasks.json | |
| parent | 131f0961ff451ec47376483178e092c8d7403b27 (diff) | |
| download | decky-loader-7fc51c8b7da9f45cc5cfa4d3cdf193b086bdb2af.tar.gz decky-loader-7fc51c8b7da9f45cc5cfa4d3cdf193b086bdb2af.zip | |
shut down properly when using runpydeck
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index eb2d5bc2..d2150502 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -120,7 +120,7 @@ "dependsOn": [ "checkforsettings" ], - "command": "ssh ${config:deckuser}@${config:deckip} -p ${config:deckport} ${config:deckkey} 'export PATH=${config:deckdir}/.local/bin:$PATH; export PLUGIN_PATH=${config:deckdir}/homebrew/plugins; export CHOWN_PLUGIN_PATH=0; export LOG_LEVEL=DEBUG; cd ${config:deckdir}/homebrew/dev/pluginloader/backend; echo '${config:deckpass}' | poetry run sh -c \"cd ${config:deckdir}/homebrew/services; sudo -SE env \"PATH=\\$PATH\" python3 ${config:deckdir}/homebrew/dev/pluginloader/backend/main.py\"'", + "command": "ssh -t ${config:deckuser}@${config:deckip} -p ${config:deckport} ${config:deckkey} 'export PATH=${config:deckdir}/.local/bin:$PATH; export PLUGIN_PATH=${config:deckdir}/homebrew/plugins; export CHOWN_PLUGIN_PATH=0; export LOG_LEVEL=DEBUG; cd ${config:deckdir}/homebrew/dev/pluginloader/backend; echo '${config:deckpass}' | poetry run sh -c \"cd ${config:deckdir}/homebrew/services; sudo -SE env \"PATH=\\$PATH\" python3 ${config:deckdir}/homebrew/dev/pluginloader/backend/main.py\"'", "problemMatcher": [] }, { |
