creating install-to directory

This commit is contained in:
AJ ONeal 2019-08-10 20:17:18 -06:00
parent 7cf8c529dd
commit 38ae4a4a86
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ pushd "$HOME" > /dev/null
if [ -e ".local/opt/telebit" ]; then
mv ".local/opt/telebit" ".local/opt/telebit-old-$(date "+%s")"
fi
mkdir -p .local/opt
mv "$my_tmp" ".local/opt/telebit"
popd > /dev/null