diff --git a/scripts/utilities/allsky-config.sh b/scripts/utilities/allsky-config.sh index 8c7f1c1ab..ad2bbb838 100755 --- a/scripts/utilities/allsky-config.sh +++ b/scripts/utilities/allsky-config.sh @@ -491,8 +491,8 @@ if [[ -z ${CMD} ]]; then CMDS+=("show_supported_cameras" "$( L "Show supported cameras" )"); ((N++)) CMDS+=("show_connected_cameras" "$( L "Show connected cameras" )"); ((N++)) CMDS+=("prepare_logs" "$( L "Prepare log files for troubleshooting" )"); ((N++)) - CMDS+=("recheck_swap" "$( L "Add swap space" )"); ((N++)) - CMDS+=("recheck_tmp" "$( L "Move ~/allsky/tmp to memory") "); ((N++)) + CMDS+=("recheck_swap" "$( L "Add swap space or change size" )"); ((N++)) + CMDS+=("recheck_tmp" "$( L "Move ~/allsky/tmp to memory or change size") "); ((N++)) CMDS+=("samba" "$( L "Simplify copying files to/from the Pi" )"); ((N++)) CMDS+=("new_rpi_camera_info" "$( L "Collect information for new RPi camera" )"); ((N++)) CMDS+=("show_start_times" "$( L "Show daytime and nighttime start times" )"); ((N++)) @@ -511,8 +511,7 @@ if [[ -z ${CMD} ]]; then [[ ${ALLOW_MORE_COMMANDS} == "false" ]] && exit "${RET}" while true; do - echo -e "\n\n" - echo -e "${YELLOW}${BOLD}" + echo -e "\n${YELLOW}${BOLD}" echo "==========================================" echo -n "Press RETURN to continue or 'q' to quit: " read -r x