summaryrefslogtreecommitdiffstats
path: root/tmp/post_upgrade_command
blob: 5c49efca52217225aab4e6fe70de081f405c16a7 (plain)
1
2
3
4
5
6
7
8
9
#!/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
OpenPOWER on IntegriCloud