diff options
| author | 2023-12-21 17:45:57 +0500 | |
|---|---|---|
| committer | 2023-12-21 17:45:57 +0500 | |
| commit | 184f6240daf744fbee56ed3ee7ba97db2e234416 (patch) | |
| tree | cf33bc82536f3264358cb30fe4816f2f12a04d78 /install.sh | |
| parent | a350f71dbd6edf46fb02ebe5f65610ca6baa09ff (diff) | |
update
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 |
