diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-02-29 23:38:40 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-02-29 23:38:40 -0500 |
commit | af5d2a102c029da4b853a3bc42a6e23ce3a40fe6 (patch) | |
tree | c13d1be74f7dc2c728a38fee71870440c3a50b6e /systemd | |
parent | b65a48dd58371614495ec55bf45fa6b06b7b52d6 (diff) | |
download | vyos-cloud-init-af5d2a102c029da4b853a3bc42a6e23ce3a40fe6.tar.gz vyos-cloud-init-af5d2a102c029da4b853a3bc42a6e23ce3a40fe6.zip |
remove unused var
Diffstat (limited to 'systemd')
-rwxr-xr-x | systemd/cloud-init-generator | 1 |
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 |