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 # sq_config=1
#else #else
# # End if no configuration file exists # # End if no configuration file exists
# dry || return -1 # dry || return 1
#fi #fi
## Apt cmdline option to suppress user interaction ## Apt cmdline option to suppress user interaction