Skip to content

Commit

Permalink
Server mode nonpersistence is now handled by wlanpi-server package
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribrejcha authored Oct 12, 2024
1 parent 3f99b5a commit 53c576e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wlanpi-fpms (1.4.5) unstable; urgency=medium

* Server mode nonpersistence is now handled by wlanpi-server-nonpersistence.service shipped in wlanpi-server package

-- Jiri Brejcha <jirka@jiribrejcha.net> Sat, 12 Oct 2024 22:18:00 +0100

wlanpi-fpms (1.4.4-2) UNRELEASED; urgency=medium

* Adds CONTRIBUTORS.md to MANIFEST.in
Expand Down
9 changes: 0 additions & 9 deletions fpms/fpms.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,15 +296,6 @@ def usage():
env_utils = EnvUtils()
g_vars['current_mode'] = env_utils.get_mode(MODE_FILE)

#######################################################################
# Server mode non-persistence
# If the Pi is in Server schedule mode switch to Classic for next boot
#######################################################################

if g_vars['current_mode'] == "server":
schedule_server_to_classic = "/etc/wlanpi-server/scripts/schedule-switch-to-classic"
subprocess.Popen([schedule_server_to_classic])

##################################
# Static info we want to get once
##################################
Expand Down

0 comments on commit 53c576e

Please sign in to comment.