mirror of
https://github.com/logos-storage/logos-storage-installer.git
synced 2026-01-25 00:33:07 +00:00
double escapes the install path quotes for macos
This commit is contained in:
parent
5b8d023979
commit
28c509ae5f
@ -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