Attempt to fix the shellcheck error
This commit is contained in:
parent
957e280bed
commit
d2d1c0aab4
1 changed files with 2 additions and 2 deletions
2
neofetch
2
neofetch
|
|
@ -1129,7 +1129,7 @@ get_distro() {
|
||||||
distro="Ubuntu Touch $ut_ota";
|
distro="Ubuntu Touch $ut_ota";
|
||||||
|
|
||||||
# There's a weird UT bug where the HOSTNAME is set to android.
|
# There's a weird UT bug where the HOSTNAME is set to android.
|
||||||
export HOSTNAME=$(hostname);
|
HOSTNAME=$(hostname);
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get Ubuntu flavor.
|
# Get Ubuntu flavor.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue