mirror of
https://git.pionaiki.com/marta/nixie.git
synced 2025-10-09 05:47:21 +00:00
Cleaner commit message
This commit is contained in:
parent
ff584abc04
commit
4718468fdb
1 changed files with 1 additions and 1 deletions
2
nixie
2
nixie
|
@ -41,7 +41,7 @@ BUILD () {
|
||||||
QUIT
|
QUIT
|
||||||
fi
|
fi
|
||||||
echo -e "${IPurple}Committing the changes...${NC}"
|
echo -e "${IPurple}Committing the changes...${NC}"
|
||||||
sudo git commit --no-status -am "$(sudo nixos-rebuild list-generations | grep current)"
|
sudo git commit --no-status -am "$(sudo nixos-rebuild list-generations | grep current | sed 's/ .*//')"
|
||||||
echo -e "${IPurple}System rebuilt, configuration commited. Quitting nixie.${NC}"
|
echo -e "${IPurple}System rebuilt, configuration commited. Quitting nixie.${NC}"
|
||||||
QUIT
|
QUIT
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue