Move issue into folder /login
This commit is contained in:
parent
05adda4126
commit
1efced5cb4
|
@ -148,7 +148,7 @@ while true; do
|
||||||
read -p "Do you want to install the custom login promt? (Yy/Nn): " yn
|
read -p "Do you want to install the custom login promt? (Yy/Nn): " yn
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]* )
|
[Yy]* )
|
||||||
sudo cp ~/dotfiles/issue /etc/issue
|
sudo cp ~/dotfiles/login/issue /etc/issue
|
||||||
echo "Login promt installed."
|
echo "Login promt installed."
|
||||||
break;;
|
break;;
|
||||||
[Nn]* )
|
[Nn]* )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user