diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-07-07 15:04:06 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-07-07 15:04:06 -0700 |
commit | 7899738d1262d760c86d1d79fcbeceb493d3c1b8 (patch) | |
tree | 8d8a0a4eb86fe5735798562279a47a2199c34bf6 /templates | |
parent | b01513f78395ef8556e870c56d8641886be58b9d (diff) | |
download | vyatta-cfg-system-7899738d1262d760c86d1d79fcbeceb493d3c1b8.tar.gz vyatta-cfg-system-7899738d1262d760c86d1d79fcbeceb493d3c1b8.zip |
Remove debugging
Diffstat (limited to 'templates')
-rw-r--r-- | templates/system/package/repository/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/package/repository/node.def b/templates/system/package/repository/node.def index 9c7697f8..b2f0349f 100644 --- a/templates/system/package/repository/node.def +++ b/templates/system/package/repository/node.def @@ -8,7 +8,7 @@ commit:expression: $VAR(./url/) != ""; "Must configure the repository URL" commit:expression: $VAR(./distribution/) != ""; "Must configure the repository distribution" commit:expression: $VAR(./components/) != ""; "Must configure the repository components" -update: sudo bash -c "set -x; touch /etc/apt/sources.list && \ +update: sudo bash -c "touch /etc/apt/sources.list && \ sed -i '\\!# $VAR(@) #!d' /etc/apt/sources.list && \ echo \"deb $VAR(url/@) $VAR(distribution/@) $VAR(components/@) # $VAR(@) #\" >> /tmp/$$-sources.list && \ if [ $VAR(password/@) ] || [ $VAR(username/@) ]; \ |