summaryrefslogtreecommitdiffstats
path: root/src/etc/phpshellsessions/gitsync
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-02-17 15:26:41 -0500
committerjim-p <jimp@pfsense.org>2016-02-17 15:27:40 -0500
commit987712e851daa17aea839b8d243f10dd5da003f9 (patch)
tree4aa6a74d6aaeca43d53bd08040a5d7abe3aee23a /src/etc/phpshellsessions/gitsync
parent376e8deb897f0df3a522ffc7ad0dfc6a9fde7fae (diff)
downloadpfsense-987712e851daa17aea839b8d243f10dd5da003f9.zip
pfsense-987712e851daa17aea839b8d243f10dd5da003f9.tar.gz
Change ISO image filename to remove "LiveCD" from its name, and clean up associated references to LiveCD. Ticket #5895
Diffstat (limited to 'src/etc/phpshellsessions/gitsync')
-rw-r--r--src/etc/phpshellsessions/gitsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync
index feaf3dd..32722fe 100644
--- a/src/etc/phpshellsessions/gitsync
+++ b/src/etc/phpshellsessions/gitsync
@@ -230,7 +230,7 @@ if ($branch == "RESTORE" && $g['platform'] == $g['product_name']) {
conf_mount_ro();
exit();
} else {
- $nobackup = true; // do not backup embedded, livecd
+ $nobackup = true; // do not backup embedded
}
if ($nobackup == false) {
OpenPOWER on IntegriCloud