summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 3574748..28b2548 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -104,11 +104,13 @@ Rounded("div#mainareapkg","bl br","#FFF","#eeeeee","smooth");
</body>
</html>
-
<?php
ob_flush();
+// Write out configuration to creatae a backup prior to pkg install
+write_config("Creating restore point before package installation.");
+
/* mount rw fs */
conf_mount_rw();
OpenPOWER on IntegriCloud