Skip to content

Commit

Permalink
Merge pull request #71 from alexwilliams0712/espanso_stop_start
Browse files Browse the repository at this point in the history
espanso_stop_start
  • Loading branch information
alexwilliams0712 authored Jan 8, 2025
2 parents 8943659 + 0fa8f70 commit fe934e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/setup_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ install_espanso() {
espanso_service_status=$(espanso service status)
if [[ "$espanso_service_status" == "espanso is running" ]]; then
echo "Espanso service is already running. Restarting..."
espanso service restart
espanso service stop
espanso service start
else
echo "Espanso service is not running. Starting..."
espanso service start
Expand Down

0 comments on commit fe934e3

Please sign in to comment.