This commit is contained in:
xnico31 2024-12-20 23:44:21 +01:00
parent b2269948b5
commit 4dd3b0e270

View File

@ -7,7 +7,7 @@ usage() {
}
# Check if the total number of arguments ok
if [ "$#" -ne 16 ]; then
if [ "$#" -ne 17 ]; then
usage
fi