03-23-2009 10:12 AM
#!/bin/sh
2 # —————————————————————
3 #start script for the OpenOffice trasform service
4 # —————————————————————
5
6 echo "Sarting OpenOffice service…"
7
8 Xvfb :1 -screen 0 800x600x16 -fbdir /usr/src > /dev/null 2>&1 &export DISPLAY=:1 /usr/bin/office "-accept= socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -headless -nofirststartwizard &
quand je l'exécute ; voici les erreurs :./start_oo.sh: line 8: export: `/usr/bin/office': not a valid identifier
./start_oo.sh: line 8: export: `-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager': not a valid identifier
./start_oo.sh: line 8: export: `-nologo': not a valid identifier
./start_oo.sh: line 8: export: `-headless': not a valid identifier
./start_oo.sh: line 8: export: `-nofirststartwizard': not a valid identifier
Merci pour votre aide.03-23-2009 12:04 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.