Commit 247b39a7 by Őry Máté

devenv: add bash_login

parent 6dc311ef
cd /opt/webadmin/
if [ -d cloud ]
then
:
else
echo Run init.sh? [N/y]
read
if [ "$REPLY" = y ]
then
passwd
/home/cloud/init.sh
fi
fi
cd cloud
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 sign in to comment