summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-02-29 23:38:40 -0500
committerScott Moser <smoser@ubuntu.com>2016-02-29 23:38:40 -0500
commitaf5d2a102c029da4b853a3bc42a6e23ce3a40fe6 (patch)
treec13d1be74f7dc2c728a38fee71870440c3a50b6e /systemd
parentb65a48dd58371614495ec55bf45fa6b06b7b52d6 (diff)
downloadvyos-cloud-init-af5d2a102c029da4b853a3bc42a6e23ce3a40fe6.tar.gz
vyos-cloud-init-af5d2a102c029da4b853a3bc42a6e23ce3a40fe6.zip
remove unused var
Diffstat (limited to 'systemd')
-rwxr-xr-xsystemd/cloud-init-generator1
1 files changed, 0 insertions, 1 deletions
diff --git a/systemd/cloud-init-generator b/systemd/cloud-init-generator
index c9900394..d97b58d9 100755
--- a/systemd/cloud-init-generator
+++ b/systemd/cloud-init-generator
@@ -30,7 +30,6 @@ etc_file() {
}
read_proc_cmdline() {
- local out=""
if [ "$container" = "lxc" ]; then
_RET=""
return 0