Am Mittwoch, den 14.11.2007, 06:47 -0500 schrieb Patrick:

> #!/bin/bash
> 
> echo "we need to do such and such, here are some options to try, blah, 
> blah, blah etc"
> 
> sudo gedit /etc/exports
> 
> echo "okay now we need to do this because blah blah"
> 
> sudo exportfs -ra
> 
> sudo /etc/init.d/portmap restart
> 
> sudo /etc/init.d/nfs-kernel-server restart

There is no error handling or any way to pause or to redo a step in your
script. So it will likely break a lot of systems.

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss

Reply via email to