readme not used
This commit is contained in:
parent
d20fb4b49a
commit
aa2d8b0cd8
|
@ -62,10 +62,6 @@ $(get_ssh_server_key)
|
||||||
fi
|
fi
|
||||||
echo ''
|
echo ''
|
||||||
|
|
||||||
if [ -f "/home/$MY_USERNAME/README" ]; then
|
|
||||||
echo $"See /home/$MY_USERNAME/README for post-installation instructions."
|
|
||||||
echo ''
|
|
||||||
fi
|
|
||||||
# add user menu on ssh login
|
# add user menu on ssh login
|
||||||
if ! grep -q 'control' /home/$MY_USERNAME/.bashrc; then
|
if ! grep -q 'control' /home/$MY_USERNAME/.bashrc; then
|
||||||
echo 'control' >> /home/$MY_USERNAME/.bashrc
|
echo 'control' >> /home/$MY_USERNAME/.bashrc
|
||||||
|
|
Loading…
Reference in New Issue