diff options
Diffstat (limited to 'bin/switch-site')
-rwxr-xr-x | bin/switch-site | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/switch-site b/bin/switch-site index c4ca53ca9..bd4be5090 100755 --- a/bin/switch-site +++ b/bin/switch-site @@ -30,6 +30,7 @@ then # Remember that 1st argument is a file path relative to # the file specified in the second argument. ln -sf general-$1.yml conf/general.yml + touch conf/general.yml else echo "File conf/general-$1.yml does not exist." fi |