Skip to content
Snippets Groups Projects
Commit dfe18efc authored by kaloyane's avatar kaloyane
Browse files

remove redundant redirect sign

SVN: 23334
parent 2fa703aa
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ popd > /dev/null
# set INSTALL_PATH in the console.properties
sed_params='s#^INSTALL_PATH=.*$#INSTALL_PATH='$OPENBIS_INSTALL_DIR'#'
sed "$sed_params" $INSTALLER_DIR/console.properties > $INSTALLER_DIR/console.properties.modified
mv $INSTALLER_DIR/console.properties.modified > $INSTALLER_DIR/console.properties
mv $INSTALLER_DIR/console.properties.modified $INSTALLER_DIR/console.properties
# run the installation
$INSTALLER_DIR/run-console.sh
......
......@@ -63,7 +63,7 @@ popd > /dev/null
# set INSTALL_PATH in the console.properties
sed_params='s#^INSTALL_PATH=.*$#INSTALL_PATH='$OPENBIS_INSTALL_DIR'#'
sed "$sed_params" $INSTALLER_DIR/console.properties > $INSTALLER_DIR/console.properties.modified
mv $INSTALLER_DIR/console.properties.modified > $INSTALLER_DIR/console.properties
mv $INSTALLER_DIR/console.properties.modified $INSTALLER_DIR/console.properties
# run the installation
$INSTALLER_DIR/run-console.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment