Disable root
bash login during installation
This commit is contained in:
parent
2e243b488d
commit
1efc677ed7
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ source "$dir/../Scripts/hooks.fish"
|
||||||
if [ (id -u) -eq 0 ]
|
if [ (id -u) -eq 0 ]
|
||||||
set -l name (getConfig valhalla.setupUser.name)
|
set -l name (getConfig valhalla.setupUser.name)
|
||||||
set -l sudoConfig "/etc/sudoers.d/PortValhalla"
|
set -l sudoConfig "/etc/sudoers.d/PortValhalla"
|
||||||
|
rm ~/.bash_profile
|
||||||
|
|
||||||
runHook createUser || \
|
runHook createUser || \
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in a new issue