commit 6dc13b48f2f4bcfb82d92114605ea6428dbd8aef parent 704915237b213db755d75913b33b1aec493d6935 Author: umhau <umhau@alum.gcc.edu> Date: Wed, 5 Jul 2017 17:43:44 -0400 check was backwards Diffstat:
| M | lib/move_ps_files.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/move_ps_files.sh b/lib/move_ps_files.sh @@ -59,7 +59,7 @@ clean_lib_directory() { ensure_files_are_present() { - if [ -d "$lib_backup_dir" ] # if no backup made, assume files are present + if [ ! -d "$lib_backup_dir" ] # if no backup made, assume files are present then : else