renommer variables

This commit is contained in:
Jephte CLAIN
2014-10-24 01:04:02 +04:00
parent f09ad5be5c
commit 6db9c72ab1
2 changed files with 12 additions and 12 deletions

View File

@@ -250,11 +250,11 @@ if [ -n "$__list_vars" ]; then
fi
# Gérer les templates et fichiers locaux
if [ -z "$templatectl_opt" -a -z "$__list_vars" -a -z "$__write_vars" -a -z "$__deploy" ]; then
templatectl_opt=1
templatectl_auto=1
if [ -z "$__templatectl_opt" -a -z "$__list_vars" -a -z "$__write_vars" -a -z "$__deploy" ]; then
__templatectl_opt=1
__templatectl_auto=1
fi
if [ -n "$templatectl_opt" ]; then
if [ -n "$__templatectl_opt" ]; then
if [ -n "$__autocreate" -a ! -d "$__templatectl_destdir" ]; then
estepn "Création automatique de $(ppath "$__templatectl_destdir")"
mkdir -p "$__templatectl_destdir" || die