Repository URL to install this package:
|
Version:
4.0.115 ▾
|
post_install_path=`python3 -c 'from workloadmgr import post_install; print(post_install.__file__)'`
wlm_path="$(dirname "$post_install_path")"
cp -r /tmp/wlm_post_install_data/* $wlm_path
cd $wlm_path
python3 $post_install_path
rm -rf etc var