mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-25 08:03:09 +01:00
Add echo for username
This commit is contained in:
parent
db8ee90d35
commit
c955cb80be
@ -67,7 +67,7 @@ sed -i "/^\s*host[[:space:]]*=[[:space:]]*\"/s/\"\(.*\)\"/\"$hostName\"/" ./flak
|
|||||||
|
|
||||||
echo "-----"
|
echo "-----"
|
||||||
|
|
||||||
installusername=$($USER)
|
installusername=$(echo $USER)
|
||||||
sed -i "/^\s*username[[:space:]]*=[[:space:]]*\"/s/\"\(.*\)\"/\"$installusername\"/" ./flake.nix
|
sed -i "/^\s*username[[:space:]]*=[[:space:]]*\"/s/\"\(.*\)\"/\"$installusername\"/" ./flake.nix
|
||||||
|
|
||||||
echo "-----"
|
echo "-----"
|
||||||
|
Loading…
Reference in New Issue
Block a user