Enhanced output with new features of sequencer

This commit is contained in:
2022-02-15 14:01:52 +01:00
parent dcdb6b45a3
commit 653d233586
6 changed files with 69 additions and 33 deletions

View File

@@ -30,7 +30,7 @@ step_config() {
# # End if no configuration file exists
# [ $DRY -eq 0 ] && return -1
#fi
#[ $QUIET -ne 0 ] && APTOPT="-y"
[ $QUIET -ne 0 ] && APTOPT="-y"
return 0
}