thomas-shop/init.sh

7 lines
138 B
Bash
Raw Normal View History

2022-05-02 16:26:06 +02:00
#! /bin/sh
echo "Enter fqdn:"
read host_name
sed "s#{{root_dir}}#$1#g;s#{{host_name}}#$2#g" nginx/template.conf > nginx/flip_cohen.conf