We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b10844 commit adf99e3Copy full SHA for adf99e3
1 file changed
install/utils/todolist.sh
@@ -5,9 +5,11 @@
5
TODOLIST_FILE="${BOOSTRAP_DIR}/TODO-bootstrap-machine.txt"
6
7
todolist_show_read_todolist() {
8
- message_warning_show "Some things MUST be setup up at manually. Read $TODOLIST_FILE for details or alternatively look hereafter"
9
if test -f "$TODOLIST_FILE"; then
+ message_warning_show "Some things MUST be setup up at manually. Read $TODOLIST_FILE for details or alternatively look hereafter"
10
cat "$TODOLIST_FILE"
11
+ else
12
+ message_warning_show "No more manual setup required."
13
fi
14
}
15
0 commit comments