stuff
This commit is contained in:
parent
3ff71a5114
commit
61af6f62b6
@ -40,7 +40,6 @@ echo " WSGIProcessGroup $name" >> /etc/apache2/sites-enabled/$name.conf
|
||||
echo " WSGIScriptAlias / /var/www/gitwrapper/$name/project/wsgi.py" >> /etc/apache2/sites-enabled/$name.conf
|
||||
echo "</VirtualHost>" >> /etc/apache2/sites-enabled/$name.conf
|
||||
|
||||
|
||||
service apache2 restart
|
||||
/usr/sbin/service apache2 restart
|
||||
|
||||
exit 0
|
||||
|
@ -5,6 +5,6 @@ sshURL="$2"
|
||||
rm -rf /var/www/gitwrapper/$name
|
||||
rm /etc/apache2/sites-enabled/$name.conf
|
||||
|
||||
service apache2 reload
|
||||
/usr/sbin/service apache2 restart
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user