mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-07-01 21:52:58 +00:00
fix: shell value must be joined by blank space
This commit is contained in:
parent
8d7522049c
commit
4403cd3572
@ -401,7 +401,7 @@ onMounted(async () => {
|
||||
|
||||
originalSettings.value = original;
|
||||
settings.value = newSettings;
|
||||
shellValue.value = newSettings.shell.join("\n");
|
||||
shellValue.value = newSettings.shell.join(" ");
|
||||
} catch (err) {
|
||||
if (err instanceof Error) {
|
||||
error.value = err;
|
||||
|
Loading…
x
Reference in New Issue
Block a user