mirror of
https://github.com/logos-storage/logos-storage-installer.git
synced 2026-01-07 16:03:07 +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 {
|
eval {
|
||||||
local $SIG{ALRM} = sub { die "timeout\\n" };
|
local $SIG{ALRM} = sub { die "timeout\\n" };
|
||||||
alarm(120);
|
alarm(120);
|
||||||
system("INSTALL_DIR="${installPath}" bash install.sh");
|
system("INSTALL_DIR=\"${installPath}\" bash install.sh");
|
||||||
alarm(0);
|
alarm(0);
|
||||||
};
|
};
|
||||||
die if $@;
|
die if $@;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user