Skip to content
Snippets Groups Projects
Unverified Commit b1294472 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #2065 from freifunk-gluon/early-reconfigure

Domain switch during reboot/gluon-reload
parents e9462b5b 813f89a6
No related branches found
No related tags found
No related merge requests found
/etc/init.d/log
\ No newline at end of file
/etc/init.d/done
\ No newline at end of file
......@@ -7,6 +7,10 @@ setup_mode_enable() {
if [ "$enabled" = 1 ] || [ "$configured" != 1 ]; then
echo '/lib/gluon/setup-mode/rc.d' > /tmp/rc_d_path
# This directory is a marker for scripts to know that we're
# in config mode, but it is also used for temporary files
mkdir -p /var/gluon/setup-mode
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment