diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ checkPkg () { counterAbortedPkg=$((counterAbortedPkg+1)) if [ "$counterAbortedPkg" -eq 1 ]; then - echo -e "$(date "+%d-%m-%Y: %T)\n" >> "$dotfiles"/abortedPkg.txt + echo -e "$(date +%d-%m-%Y: %T)\n" >> "$dotfiles"/abortedPkg.txt fi echo -e \n |
