fix typo in 000-default config
This commit is contained in:
parent
76d5dc7765
commit
4da6686507
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -153,7 +153,7 @@ mkdir $DASH_DIR/.blackhole
|
|||
|
||||
## Configure apache's 000-default to run dashboard
|
||||
sudo cp $DIR/files/000-default.template /etc/apache2/sites-enabled/000-default
|
||||
sudo sed -e "s,%DASH_DIR%,$DASH_DIR,g" -i $/etc/apache2/sites-enabled/000-default
|
||||
sudo sed -e "s,%DASH_DIR%,$DASH_DIR,g" -i /etc/apache2/sites-enabled/000-default
|
||||
|
||||
# ``python setup.py develop`` left some files owned by root in ``DASH_DIR`` and
|
||||
# others by the original owner. We need to change the owner to apache so
|
||||
|
|
Loading…
Reference in a new issue