Remove redundant script call
This commit is contained in:
parent
32fabaf42a
commit
aadc8c87f8
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ if [ (id -u) -eq 0 ]
|
|||
rm "$sudoConfig"
|
||||
userdel -rf "$name"
|
||||
else
|
||||
source "$dir/../Software/bash/main.fish"
|
||||
|
||||
if not type -q getDeploymentScript
|
||||
function getDeploymentScript
|
||||
echo "No deployment script specified! No software will be installed." 1>&2
|
||||
|
|
Loading…
Reference in a new issue