Fix proble with ogrepository
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
6acebd38a4
commit
c5257913c0
|
@ -172,7 +172,7 @@ do
|
|||
mkdir -p $component_dir/bin
|
||||
cp $CONFIGS_DIR/provision_ogrepository.sh $component_dir/bin/
|
||||
chmod 755 $component_dir/bin/provision_ogrepository.sh
|
||||
$component_dir/bin/$provision_ogrepository.sh $REPO_IP $OGUSER $OGPASS $component_dir/repo
|
||||
$component_dir/bin/provision_ogrepository.sh $REPO_IP $OGUSER $OGPASS $component_dir/repo
|
||||
echo - ogRepository >> /etc/issue
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue