mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
10 lines
169 B
Bash
Executable File
10 lines
169 B
Bash
Executable File
#!/bin/sh
|
|
|
|
touch /var/run/config.lock
|
|
/etc/rc.conf_mount_rw
|
|
|
|
# Now turn on or off serial console as needed
|
|
php -f /tmp/post_upgrade_command.php
|
|
|
|
rm /var/run/config.lock
|