Running a script after unattended installation

Mark mhullrich at gmail.com
Wed Nov 10 18:08:02 UTC 2010


On Wed, Nov 10, 2010 at 6:44 AM, Kai Renz <writemecas at googlemail.com> wrote:
>>
>>  #!/bin/bash
>>
>> echo "test" >> /test.txt
>
This will fail unless you have write privilege on / - try using /tmp.

Mark




More information about the ubuntu-users mailing list