File tree 5 files changed +5
-5
lines changed
OracleDatabase/SingleInstance/dockerfiles
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 200
200
201
201
# Exiting the script without waiting on the tail logs
202
202
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
204
204
touch " ${ORACLE_BASE} /oradata/${ORACLE_SID} /.prebuiltdb"
205
205
exit $status ;
206
206
fi
Original file line number Diff line number Diff line change 200
200
201
201
# Exiting the script without waiting on the tail logs
202
202
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
204
204
touch " ${ORACLE_BASE} /oradata/${ORACLE_SID} /.prebuiltdb"
205
205
exit $status ;
206
206
fi
Original file line number Diff line number Diff line change 319
319
320
320
# Exiting the script without waiting on the tail logs
321
321
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
323
323
touch " ${ORACLE_BASE} /oradata/${ORACLE_SID} /.prebuiltdb"
324
324
exit $status ;
325
325
fi
Original file line number Diff line number Diff line change 329
329
330
330
# Exiting the script without waiting on the tail logs
331
331
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
333
333
touch " ${ORACLE_BASE} /oradata/${ORACLE_SID} /.prebuiltdb"
334
334
exit $status ;
335
335
fi
Original file line number Diff line number Diff line change 342
342
343
343
# Exiting the script without waiting on the tail logs
344
344
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
346
346
touch " ${ORACLE_BASE} /oradata/${ORACLE_SID} /.prebuiltdb"
347
347
exit $status ;
348
348
fi
You can’t perform that action at this time.
0 commit comments