Skip to content

Commit f7c1c67

Browse files
committed
Dac script now tested and working
1 parent fe778e9 commit f7c1c67

File tree

1 file changed

+1
-1
lines changed
  • Oracle Scripts/DAC/init.d

1 file changed

+1
-1
lines changed

Oracle Scripts/DAC/init.d/dac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ ! -f $DAC_HOME/config.sh ] ; then
5252
echo ''
5353
else
5454
# source the config.sh file
55-
. $DAC_HOME/config.sh
55+
cd $DAC_HOME; . ./config.sh
5656
fi
5757

5858

0 commit comments

Comments
 (0)