Skip to content

Commit 9aa82d5

Browse files
committed
Fix path to env vars.
1 parent 52d44d5 commit 9aa82d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ else
4444
sed -i s?--OODT_HOME--?${OODT_HOME}? bin/imagecatenv.sh
4545
fi
4646

47-
source bin/imagecatenv.sh
47+
source ../distribution/src/main/resources/bin/imagecatenv.sh
4848
cp filemgr/lib/cas-filemgr-* resmgr/lib
4949
cp workflow/lib/cas-workflow-* resmgr/lib
5050
cp crawler/lib/cas-crawler-* resmgr/lib

0 commit comments

Comments
 (0)