diff options
author | kaotisk <kaotisk@arching-kaos.com> | 2022-02-11 07:53:33 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.com> | 2022-02-11 07:53:33 +0200 |
commit | cf5e5e6833383fde13bf91c82daa76e3114ecfda (patch) | |
tree | 03879bd0fd8eda532d5b5645e0e875c869a2858a | |
parent | 57f0f016a6c9947c19cc4ebab0c50193f17935b5 (diff) | |
download | arching-kaos-tools-cf5e5e6833383fde13bf91c82daa76e3114ecfda.tar.gz arching-kaos-tools-cf5e5e6833383fde13bf91c82daa76e3114ecfda.tar.bz2 arching-kaos-tools-cf5e5e6833383fde13bf91c82daa76e3114ecfda.zip |
Fixed TEMPASSASIN -> TEMPASSIN (WTF)
-rwxr-xr-x | bin/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/profile b/bin/profile index f4d4eb4..19e73d2 100755 --- a/bin/profile +++ b/bin/profile @@ -25,7 +25,7 @@ tempassin(){ mkdir $TEMPASSIN fi cd $TEMPASSIN - echo "$TEMPASSASIN" + echo "$TEMPASSIN" } # This is working with DATA blocks. DATA that matched profile/add ACTION # |