diff options
Diffstat (limited to 'bin/totpadd')
-rwxr-xr-x | bin/totpadd | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bin/totpadd b/bin/totpadd deleted file mode 100755 index f5b5875..0000000 --- a/bin/totpadd +++ /dev/null @@ -1,20 +0,0 @@ -# !/bin/sh - -# Copyright (C) 2022 HimbeerserverDE -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. - -echo "$2" | gpg -c > "$HOME/.2fa/$1" -chown $USER:$USER "$HOME/.2fa/$1" -chmod 0600 "$HOME/.2fa/$1" |