blob: 66a7ee2bea6454ae5b9e3d38163ad1a905449660 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo
echo -e ' \e[33mEdit config /etc/polaris/config.toml before first run.'
echo -e ' Make sure polaris user has read access to your source directories.'
echo -e ' Default web port is 5050.\e[0m'
echo
}
|