first commit
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
hostname=`hostname`
|
||||
hostname=$hostname.czech-tv.cz
|
||||
echo "$hostname" | sed -i "s/servername/$hostname/" /etc/nginx/sites-available/default
|
||||
Reference in New Issue
Block a user