Skip to content

Commit

Permalink
Bugfix sine: vboxinit wurde aktiviert, bevor es installiert wurde.
Browse files Browse the repository at this point in the history
  • Loading branch information
flacco committed May 28, 2017
1 parent 74c4b28 commit f7f9a5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions usr/bin/sine
Original file line number Diff line number Diff line change
Expand Up @@ -3365,11 +3365,10 @@ virtualbox() {
swpestat phpvirtualbox TRUE 2>&1 | tee -a $setupdir/sine.log | pgbox
chkservice "vboxweb-service"

# vbinit installieren

chkservice "vboxinit"
# vboxinit installieren
zypper refresh 2>&1 | tee -a $setupdir/sine.log | pgbox
zypper -n install -n invis-vboxinit 2>&1 | tee -a $setupdir/sine.log | pgbox
chkservice "vboxinit"

# Arbeitsverzeichnisse für Virtualbox anlegen
vbworkingdir="/srv/virtualbox"
Expand Down

0 comments on commit f7f9a5a

Please sign in to comment.