2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-02-21 08:08:04 +00:00

creating install-to directory

This commit is contained in:
AJ ONeal 2019-08-10 20:17:18 -06:00
parent 7cf8c529dd
commit 38ae4a4a86

@ -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