renommer variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user