Salome HOME
Fix condition on runRemoteSSL.sh.
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Fri, 23 Jul 2021 09:03:04 +0000 (11:03 +0200)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Fri, 23 Jul 2021 09:03:04 +0000 (11:03 +0200)
bin/appliskel/runRemoteSSL.sh

index 374fae90b3b7e8ce6263198187b6e7a0389918a3..f7c7557a84654bbc0374cf69a0897e20e96fa276 100755 (executable)
@@ -46,7 +46,7 @@ export APPLI=$("${APPLI_HOME}/getAppliPath.py")
 # Sourcing files with parameters works with bash, not with dash. This is why
 # we must use bash for this script.
 
-if "$1" == "--noenvd"
+if [ "$1" == "--noenvd" ]
 then
   shift
 else