From ca6f2e18a244cb7d8f1ecba02c2c19862f3d239b Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 23 Jan 2018 03:00:46 +0100 Subject: [PATCH] Set default value for 'host_scripts'. --- rcopy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/rcopy.sh b/rcopy.sh index 67ee756..dddbeef 100755 --- a/rcopy.sh +++ b/rcopy.sh @@ -198,7 +198,6 @@ fi ## - if $manual ; then host_scripts="${hosts_base_dir}/localhost.sh" - host_scripts="${hosts_base_dir}/devel-php5.wf.netz.sh ${hosts_base_dir}/devel-db.wf.netz.sh" else host_scripts=`$find $hosts_base_dir -maxdepth 1 -type f -perm -700 | $sort` fi