From 5720c14257a96beb46895e59be3013a3235995ee Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 6 May 2021 13:35:52 +0200 Subject: [PATCH] Fix syntax --- arch-config/scripts/arch-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 3aab6d36..e7a6ed0a 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -133,7 +133,7 @@ if [[ -d ~/.easystroke ]]; then fi # elvish -if [[ -d ~/.elvish]]; then +if [[ -d ~/.elvish ]]; then rsync -ah ~/.elvish ~/old_dat/ || echo Directory does not exist fi