Fix deleting shared env project.

This commit is contained in:
2026-03-28 14:39:24 -07:00
parent 42f4ef919f
commit ae636f4fbe

View File

@@ -101,7 +101,7 @@ if [[ ! -d ~/bin ]]; then
mkdir -pv ~/bin mkdir -pv ~/bin
fi fi
cp -v ~/$env_shared_dir/bin-shared/* ~/bin/ cp -v ~/$env_shared_dir/bin-shared/* ~/bin/
mv ~/$env_shared_dir ~TRASH/$env_shared_dir-"`date "+%Y%m%d-%H%M%S"`"
echo -e "\n`date` - Cleanup" echo -e "\n`date` - Cleanup"