if echo "${*}" | grep -w -- "-p"; then # only runs for automatic fsck sleep 10 exit 4# File system errors left uncorrected elif echo "${*}" | grep -w -- "-y"; then # only runs for manual fsck sleep 30 exit 1# Error corrected fi
<p>If instead, your Tails USB stick doesn't start, refer to our instructions on [[recovering data from the Persistent Storage when Tails doesn't start|recover]].</p>