diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-02-01 03:39:54 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-02-01 03:39:54 +0200 |
commit | eda4db2f53bdecfb443558459d09bcc0690aa319 (patch) | |
tree | 14e39a2410af45872cf2c2aba787952948b13a13 /bin | |
parent | 558af1306734d68885426e89a5de343b72302e11 (diff) | |
download | arching-kaos-tools-eda4db2f53bdecfb443558459d09bcc0690aa319.tar.gz arching-kaos-tools-eda4db2f53bdecfb443558459d09bcc0690aa319.tar.bz2 arching-kaos-tools-eda4db2f53bdecfb443558459d09bcc0690aa319.zip |
No reason to return the folder of the name since we don't use it
Diffstat (limited to 'bin')
-rw-r--r-- | bin/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/profile b/bin/profile index 8c32695..f4c4b09 100644 --- a/bin/profile +++ b/bin/profile @@ -30,7 +30,7 @@ tempassin(){ mkdir $TEMPASSIN fi cd $TEMPASSIN - echo "$TEMPASSIN" + # echo "$TEMPASSIN" } # This is working with DATA blocks. DATA that matched profile/add ACTION # |