Skip to content

Commit

Permalink
fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
johnr14 committed Feb 23, 2024
1 parent c984764 commit e607c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Type=simple
# Do not log an error if it is not run
# Make sure your own process writes to journal for debugging it's errors
StandardError=null
ExecStartPre=/usr/bin/env bash -c "journalctl --list-boots | wc -l | awk '$1>2{exit 1}"
ExecStartPre=/usr/bin/env bash -c "journalctl --list-boots | wc -l | awk '$1>2{exit 1}'"
#return 0 if there is no more than 2 lines, 1 if more than 2 lines
ExecStart=/usr/bin/env bash -c 'echo "This is the firstboot of the system !" > /tmp/firstboot_post_freshinstall.txt'

0 comments on commit e607c3b

Please sign in to comment.