diff --git a/setup.sh b/setup.sh index 14f604f..06e9bd3 100644 --- a/setup.sh +++ b/setup.sh @@ -98,7 +98,7 @@ if [[ ! -d ~/bin ]]; then mkdir -pv ~/bin fi cp -v ~/$env_shared_dir/bin-shared/* ~/bin/ -mv ~/$env_shared_dir ~TRASH/$env_shared_dir-"`date "+%Y%m%d-%H%M%S"`" +mv ~/$env_shared_dir ~/TRASH/$env_shared_dir-"`date "+%Y%m%d-%H%M%S"`" echo -e "\n`date` - Cleanup"