Do not clear UPDATE_LOCAL
This was completely disabling the feature. It is not enabled by default, so this should not harm anybody anyway. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
49d60b38b4
commit
57c5f03f0b
|
@ -18,7 +18,6 @@ show_usage() {
|
|||
export CF=./CONF.sh
|
||||
. $CF
|
||||
export DEBIAN_CD_CONF_SOURCED=true
|
||||
unset UPDATE_LOCAL
|
||||
|
||||
|
||||
## Parse the parameters passed to the script
|
||||
|
|
Loading…
Reference in New Issue