Login gibt fehler aus?! bash: /etc/profile

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
laemmy
Beiträge: 4
Registriert: 03.09.2003 21:17:01
Kontaktdaten:

Login gibt fehler aus?! bash: /etc/profile

Beitrag von laemmy » 04.09.2003 00:00:02

servus loidz

vielleicht kann mir einer weiterhelfen denn mein server(debian) spuckt diese meldung aus nachdem ich mich einlogge
Last login: Wed Sep 3 20:24:55 2003 from xxx
: command not found
: command not found
bash: /etc/profile: line 19: syntax error: unexpected end of file
in meiner /etc/profile seh ich aber keinen fehler?! kann mir jemand von euch bei der syntax helfen kenn? hab im netz bisher gefunden was mir weitergeholfen

ahso hier meine /etc/profile

Code: Alles auswählen

# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"

if [ "$BASH" ]; then
  PS1='\u \h '
else
  if [ "`id -u`" -eq 0 ]; then
    PS1='# '
  else
    PS1='$ '
  fi
fi

export PATH PS1

umask 022

gruss laemmy

Benutzeravatar
eagle
Beiträge: 2282
Registriert: 05.11.2002 11:20:53
Wohnort: Berlin

Beitrag von eagle » 04.09.2003 08:23:01

Du must eine Leerzeile zum Schluss anfuegen.

eagle
"I love deadlines. I love the whooshing sound they make as they fly by." -- Douglas Adams

Benutzeravatar
CaT
Beiträge: 536
Registriert: 08.05.2003 07:59:46

Beitrag von CaT » 04.09.2003 08:33:31

??
was bringt denn das ?
würde mich jetzt noch wunder nehmen

Antworten