done
rm -rf ${tools_path}/common.sh
-safe="$(printf "%s" "$tools_path" |sed 's/\\/\\\\/g' | sed 's/\"/\\"/g' | sed 's/\//\\\//g' )"
-sed "s/\$DIR_REALM/${safe}\/ide\/realm/" ${cli_path}/web-template > ${cli_path}/web-template
-sed "s/\$DIR_REALM/${safe}\/ide\/realm/" ${tools_path}/realm/config.json > ${tools_path}/realm/config.json
+#safe="$(printf "%s" "$tools_path" |sed 's/\\/\\\\/g' | sed 's/\"/\\"/g' | sed 's/\//\\\//g' )"
+#sed "s/\$DIR_REALM/${safe}\/ide\/realm/" ${cli_path}/web-template > ${cli_path}/web-template
+#sed "s/\$DIR_REALM/${safe}\/ide\/realm/" ${tools_path}/realm/config.json > ${tools_path}/realm/config.json
exit 0