thomas-shop/init.sh
2022-05-02 16:26:06 +02:00

7 lines
138 B
Bash
Executable File

#! /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