diff --git a/support/template-_wrapper.sh b/support/template-_wrapper.sh index cfed559..4626088 100755 --- a/support/template-_wrapper.sh +++ b/support/template-_wrapper.sh @@ -29,6 +29,7 @@ avec l'utilisateur www-data Installation des liens manquants..." cd "$MYDIR" for i in *.php*; do + [ -f "$i" ] || continue name="bin/${i%.*}.php" dest="../_cli/$i" link="../bin/${i%.*}.php"