Skip to content

Commit

Permalink
Update allsky-config.sh: Change description of a couple items
Browse files Browse the repository at this point in the history
To better reflect what they do
  • Loading branch information
EricClaeys authored Feb 1, 2025
1 parent fdbc98b commit 5dfe0f5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/utilities/allsky-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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++))
Expand All @@ -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
Expand Down

0 comments on commit 5dfe0f5

Please sign in to comment.