This commit is contained in:
陆柯 2022-06-23 22:14:00 +08:00
parent cab74d2c75
commit 51c6bbbe7d

View File

@ -41,7 +41,7 @@ then
else
echo "=== Configure $NewUser home with standard scripts? <y> for yes, <<anything else>> for no"
read -p ">>> " YesOrNo
if [ $YesOrNo = 'y' ]
if [ $YesOrNo && $YesOrNo = 'y' ]
then
source /faronear/fon/sysconfig/home-config.sh /faronear/fon/sysconfig/nixhome /home/$NewUser
fi