Restart apache after linking the default dash config.
This commit is contained in:
parent
70188b3105
commit
aca9a418e1
1 changed files with 1 additions and 0 deletions
1
stack.sh
1
stack.sh
|
@ -447,6 +447,7 @@ if [[ "$ENABLED_SERVICES" =~ "dash" ]]; then
|
|||
sudo cp $FILES/000-default.template /etc/apache2/sites-enabled/000-default
|
||||
sudo sed -e "s,%USER%,$USER,g" -i /etc/apache2/sites-enabled/000-default
|
||||
sudo sed -e "s,%DASH_DIR%,$DASH_DIR,g" -i /etc/apache2/sites-enabled/000-default
|
||||
sudo /sbin/service apache2 restart
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue