seqTemplate - fix return value

This commit is contained in:
2022-06-11 09:45:32 +02:00
parent 54cfcef9f1
commit 43e0b61d1a

View File

@@ -22,7 +22,7 @@ seq_config() {
# sq_config=1
#else
# # End if no configuration file exists
# dry || return -1
# dry || return 1
#fi
## Apt cmdline option to suppress user interaction