Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Sep 16, 2024
1 parent 11507dd commit c717282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/local/restart_launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source $SNAP/usr/bin/utils.sh

log "Restart ${SNAP_NAME}.daemon service"
snapctl restart --enable ${SNAP_NAME}.daemon 2>&1 || true
snapctl restart ${SNAP_NAME}.daemon 2>&1 || true

log "Restart ${SNAP_NAME}.joy service"
snapctl restart --enable ${SNAP_NAME}.joy 2>&1 || true
snapctl restart ${SNAP_NAME}.joy 2>&1 || true

0 comments on commit c717282

Please sign in to comment.