This commit is contained in:
xiongdian.me 2022-11-29 19:46:36 +08:00
parent 89c8383ed5
commit e8ba19184e

View File

@ -22,7 +22,6 @@ fi
init_uuid() init_uuid()
{ {
local uuid
if [[ -f ~/.config/dotfiles/uuid ]]; then if [[ -f ~/.config/dotfiles/uuid ]]; then
uuid=$(cat ~/.config/dotfiles/uuid) uuid=$(cat ~/.config/dotfiles/uuid)
else else