Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rapsys

Pages: [1]
1
General Discussion /
« on: January 05, 2005, 03:49:10 pm »
I re-write the script in REAL bash!

dl it their : http://rapsys.free.fr/planeshift.sh

my mail if trouble rapsys_free_fr
(do not forget to put planetshift in subject)
first _ = @
second _ = .

2
General Discussion /
« on: January 05, 2005, 02:31:45 pm »
> i\'ve this error, don\'t know why :
> can\'t read \"0\": no such variable
> while executing
> \"exec expect -- \"$0\" ${1+\"$@\"}\"
> (file \"./installer.sh\" line 5)
> Can someone help me please? thank you.

comment out the 5th line :
exec expect -- \"$0\" ${1+\"$@\"}\"
replace it by this :
#exec expect -- \"$0\" ${1+\"$@\"}\"

and run the script like this :
[root@host planeshift]$ expect -- ps-install.sh

Pages: [1]