You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jboss/container/wildfly/launch-config/config/added/launch/openshift-common.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ function processErrorsAndWarnings() {
84
84
log_warning "$line"
85
85
done<"${CONFIG_WARNING_FILE}"
86
86
fi
87
-
rm "${CONFIG_WARNING_FILE}"
87
+
rm -f "${CONFIG_WARNING_FILE}"
88
88
if [ -s"${CONFIG_ERROR_FILE}" ];then
89
89
echo"Error applying ${CLI_SCRIPT_FILE_FOR_EMBEDDED} CLI script. Embedded server started successfully. The Operations were executed but there were unexpected values. See list of errors in ${CONFIG_ERROR_FILE}"
0 commit comments