This commit is contained in:
xnico31 2024-12-20 23:45:23 +01:00
parent 4dd3b0e270
commit 29c12ea5f1

View File

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