default-settings: dont change default shell

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 7c0c462178)
This commit is contained in:
Tianling Shen 2023-09-13 21:35:35 +08:00
parent c220444202
commit c12d741d91
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -20,8 +20,6 @@ fi
ln -sf "/sbin/ip" "/usr/bin/ip"
[ ! -e "/bin/bash" ] || sed -i "s|root:x:0:0:root:/root:/bin/ash|root:x:0:0:root:/root:/bin/bash|g" "/etc/passwd"
sed -i "/log-facility/d" "/etc/dnsmasq.conf"
echo "log-facility=/dev/null" >> "/etc/dnsmasq.conf"