removed cd
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
6cd6685da4
commit
052d354bbd
@ -374,7 +374,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "#!/bin/bash\n\ncd ../\nsh update.sh\n";
|
||||
shellScript = "#!/bin/bash\n\nsh update.sh\n";
|
||||
};
|
||||
EAF7F0D2289DA44700B287F5 /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user