diff --git a/misc/alpine-install.func b/misc/alpine-install.func index 4e3ba0cc..1ae6bf91 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -57,10 +57,10 @@ msg_error() { setting_up_container() { msg_info "Setting up Container OS" - echo "export HOME=/root" >>/root/.profile - echo "export TERM='xterm-256color'" >>/root/.profile - echo "cd ~" >>/root/.profile - . /root/.profile + echo "export HOME=/root" >>/root/.bashrc + echo "export TERM='xterm-256color'" >>/root/.bashrc + echo "cd ~" >>/root/.bashrc + . /root/.bashrc while [ $i -gt 0 ]; do if [ "$(ip addr show | grep 'inet ' | grep -v '127.0.0.1' | awk '{print $2}' | cut -d'/' -f1)" != "" ]; then break