Archived
1
0

1 Commits

Author SHA1 Message Date
matmoul 4ae4fc5e07 Sanitarise input 2025-08-22 03:43:50 +02:00
+1 -1
View File
@@ -29,7 +29,7 @@ case ${1} in
exit 1 exit 1
;; ;;
esac esac
if [ "${2}" == "" ]; then if [ "${2}" == "" ] || [[ "${2}" == */* ]]; then
showHelp showHelp
exit 1 exit 1
fi fi