Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 379e43a

Browse files
committed
Changing oracledata folder permissions.
1 parent 1a0b6e6 commit 379e43a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis/start_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
# Create the dir to host oracledata and check if it is present on cache.
5-
mkdir -p $HOME/$ORACLE_VERSION && chmod -R 775 $HOME/$ORACLE_VERSION
5+
mkdir -p $HOME/$ORACLE_VERSION && chmod -R 777 $HOME/$ORACLE_VERSION
66
if [ -f $HOME/$ORACLE_VERSION.tar.gz ]; then
77
tar -zxf $HOME/$ORACLE_VERSION.tar.gz -C $HOME/$ORACLE_VERSION
88
fi

0 commit comments

Comments
 (0)