We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c753d9 commit b758233Copy full SHA for b758233
src/modules/hotspot_cb1/start_chroot_script
@@ -21,6 +21,11 @@ run_as_base() {
21
echo_green "Install ratos hotspot tool dependencies..."
22
check_install_pkgs dnsmasq
23
24
+# dnsmasq should only run when create_ap launches it. Disable the stock
25
+# service to avoid boot warnings about failed dnsmasq startups.
26
+systemctl_if_exists disable dnsmasq || true
27
+systemctl_if_exists stop dnsmasq || true
28
+
29
echo_green "Downloading ratos hotspot tool..."
30
pushd "/home/${BASE_USER}"
31
if [[ -d "/home/${BASE_USER}/create_ap/.git" ]]; then
0 commit comments