Skip to content

Commit

Permalink
Fix pmset restore
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Jun 1, 2018
1 parent 3da2910 commit 5292627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purge-wrangler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ restore_sleep()
{
echo "\n>> ${BOLD}Restore Sleep Configuration${NORMAL}\n"
echo "${BOLD}Restoring default sleep settings...${NORMAL}"
pmset -c 2 -b 1 -u 1
pmset restoredefaults
echo "Restore complete.\n"
}

Expand Down

0 comments on commit 5292627

Please sign in to comment.