cdelorme / system-setup

Documentation and Scripts I use to ease setup, potentially fully automated.
23 stars 6 forks source link

Repeated script execution #28

Closed cdelorme closed 9 years ago

cdelorme commented 10 years ago

Every function in my script should be able to be run multiple times without causing problems. If I write them in this way any crash or interruption can just start-over.

cdelorme commented 9 years ago

simply following good habbits to write idempotent bash commands, there are a few cases where I have not but this is effectively taken care of.