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

Skip to content

Commit bf651b5

Browse files
committed
Set permissions after restoring from cache.
1 parent bb70cee commit bf651b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis/start_db.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mkdir -p $HOME/$ORACLE_VERSION && chmod -R 777 $HOME/$ORACLE_VERSION
66
if [ -f $CACHE_DIR/$ORACLE_VERSION.tar.gz ]; then
77
echo "Restoring database from cache..."
88
sudo tar -zxf $CACHE_DIR/$ORACLE_VERSION.tar.gz -C $HOME/$ORACLE_VERSION
9+
sudo chmod -R 777 $HOME/$ORACLE_VERSION
910
fi
1011

1112
# Oracle 12c R1 SE

0 commit comments

Comments
 (0)