Skip to content

Commit

Permalink
refactor: adjust phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Raindrac committed Jul 2, 2024
1 parent 74cd8b1 commit 637a07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions just/bluefin-system.just
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ toggle-tailscale:
TAILSCALED_STATUS="$(systemctl is-enabled tailscaled)"
if [ "$TAILSCALED_STATUS" == "enabled" ]; then
gnome-extensions enable [email protected]
echo "${b}${green}Enabled Tailscale.${n}"
echo "${b}${green}Tailscale is enabled.${n}"
echo "If this is your first time using Tailscale, setup is necessary."
echo "Refer to Tailscale's documentation at https://tailscale.com/kb/1346/start."
fi
Expand All @@ -322,7 +322,7 @@ toggle-tailscale:
TAILSCALED_STATUS="$(systemctl is-enabled tailscaled)"
if [ "$TAILSCALED_STATUS" == "disabled" ]; then
gnome-extensions disable [email protected]
echo "${b}${red}Disabled Tailscale.${n}"
echo "${b}${red}Tailscale is disabled.${n}"
fi
fi
fi

0 comments on commit 637a07d

Please sign in to comment.