6 lines
155 B
Bash
6 lines
155 B
Bash
#!/bin/bash
|
|
cp /home/tibia/1mindeploy/znoteaac.conf /etc/apache2/sites-available/
|
|
a2dissite 000-default.conf
|
|
a2ensite znoteaac.conf
|
|
service apache2 reload
|