Skip to content

Commit 3ddd0a5

Browse files
authored
Merge pull request wnameless#44 from wleroux/master
Fixed permission issue with oradata
2 parents 9341d2f + c56529e commit 3ddd0a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh eol=lf

assets/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Initialize the host's data volume, leaving a trace when finished.
44
if [ ! -e /u01/app/oracle/oradata/dataloaded ]
55
then
6-
cp -r /u01/app/oracle/oradata.orig/* /u01/app/oracle/oradata/
6+
cp -a /u01/app/oracle/oradata.orig/* /u01/app/oracle/oradata/
77
touch /u01/app/oracle/oradata/dataloaded
88
echo "Host data volume was initialized."
99
else

0 commit comments

Comments
 (0)