From c31323a4392cb4f40a6944a52d5e68c24d3f0732 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 22 Jun 2019 01:06:07 +0200 Subject: [PATCH] cleanup var 'host_scripts'. --- rcopy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/rcopy.sh b/rcopy.sh index 6ad6fae..7f8b870 100755 --- a/rcopy.sh +++ b/rcopy.sh @@ -237,7 +237,6 @@ fi ## - if $manual ; then host_scripts="${hosts_base_dir}/localhost.sh" - host_scripts="${hosts_base_dir}/srv-cityslang.cityslang.com.sh" else host_scripts=`$find $hosts_base_dir -maxdepth 1 -type f -perm -700 | $sort` fi