summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2010-11-08 08:55:10 +0200
committerWarren Baker <warren@decoy.co.za>2010-11-08 08:55:10 +0200
commit08452bff7cfc28117ee134e3a1d97ef1f5282a85 (patch)
tree43e7ff4c5fe872f3fd26cb64a4a46986de5f9c9a /etc/inc/pkg-utils.inc
parent4395500c0962bf115406f619ae40af0429541a1f (diff)
downloadpfsense-08452bff7cfc28117ee134e3a1d97ef1f5282a85.zip
pfsense-08452bff7cfc28117ee134e3a1d97ef1f5282a85.tar.gz
Cosmetic issue, add space before 'done', otherwise package XML name and done are combined.
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index cc27688..ec999ab 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -200,7 +200,7 @@ function resync_all_package_configs($show_message = false) {
}
}
if($show_message == true)
- echo "done.\n";
+ echo " done.\n";
@unlink("/conf/needs_package_sync");
}
OpenPOWER on IntegriCloud