Commit d06e619c authored by Jondy Zhao's avatar Jondy Zhao

post-install: add message for slapos prefix

parent 6716ab8d
......@@ -168,6 +168,8 @@ if [[ -n ${slapos_prefix} ]] ; then
echo "Set slapos prefix as ${slapos_prefix}"
sed -i -e "s%slapos_prefix=.*\$%slapos_prefix=${slapos_prefix}%" \
/etc/slapos/scripts/pre-uninstall.sh /etc/slapos/scripts/slapos-include.sh
else
echo "Set slapos prefix to empty"
fi
echo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment