mirror of
https://github.com/logos-storage/logos-storage-installer.git
synced 2026-01-04 22:43:09 +00:00
escapes install path in mac command
This commit is contained in:
parent
e2f4c9c85e
commit
5b8d023979
@ -161,7 +161,7 @@ export async function installCodex(config, showNavigationMenu) {
|
||||
eval {
|
||||
local $SIG{ALRM} = sub { die "timeout\\n" };
|
||||
alarm(120);
|
||||
system("INSTALL_DIR="${installPath}" bash install.sh");
|
||||
system("INSTALL_DIR=\"${installPath}\" bash install.sh");
|
||||
alarm(0);
|
||||
};
|
||||
die if $@;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user