Skip to content

Commit 81f1b66

Browse files
committed
Fixed typo
1 parent f900c0d commit 81f1b66

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

OracleDatabase/SingleInstance/dockerfiles/12.1.0.2/runOracle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ fi;
200200

201201
# Exiting the script without waiting on the tail logs
202202
if [ "$1" = "--nowait" ]; then
203-
# Creating state-file for identifyig container of the prebuiltdb extended image
203+
# Creating state-file for identifying container of the prebuiltdb extended image
204204
touch "${ORACLE_BASE}/oradata/${ORACLE_SID}/.prebuiltdb"
205205
exit $status;
206206
fi

OracleDatabase/SingleInstance/dockerfiles/12.2.0.1/runOracle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ fi;
200200

201201
# Exiting the script without waiting on the tail logs
202202
if [ "$1" = "--nowait" ]; then
203-
# Creating state-file for identifyig container of the prebuiltdb extended image
203+
# Creating state-file for identifying container of the prebuiltdb extended image
204204
touch "${ORACLE_BASE}/oradata/${ORACLE_SID}/.prebuiltdb"
205205
exit $status;
206206
fi

OracleDatabase/SingleInstance/dockerfiles/19.3.0/runOracle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ fi;
319319

320320
# Exiting the script without waiting on the tail logs
321321
if [ "$1" = "--nowait" ]; then
322-
# Creating state-file for identifyig container of the prebuiltdb extended image
322+
# Creating state-file for identifying container of the prebuiltdb extended image
323323
touch "${ORACLE_BASE}/oradata/${ORACLE_SID}/.prebuiltdb"
324324
exit $status;
325325
fi

OracleDatabase/SingleInstance/dockerfiles/21.3.0/runOracle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ fi;
329329

330330
# Exiting the script without waiting on the tail logs
331331
if [ "$1" = "--nowait" ]; then
332-
# Creating state-file for identifyig container of the prebuiltdb extended image
332+
# Creating state-file for identifying container of the prebuiltdb extended image
333333
touch "${ORACLE_BASE}/oradata/${ORACLE_SID}/.prebuiltdb"
334334
exit $status;
335335
fi

OracleDatabase/SingleInstance/dockerfiles/23.4.0/runOracle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ fi;
342342

343343
# Exiting the script without waiting on the tail logs
344344
if [ "$1" = "--nowait" ]; then
345-
# Creating state-file for identifyig container of the prebuiltdb extended image
345+
# Creating state-file for identifying container of the prebuiltdb extended image
346346
touch "${ORACLE_BASE}/oradata/${ORACLE_SID}/.prebuiltdb"
347347
exit $status;
348348
fi

0 commit comments

Comments
 (0)