Remove redundant script call

This commit is contained in:
Manuel Thalmann 2024-09-13 15:05:51 +02:00
parent 5410109d2d
commit ad22040fbb

View file

@ -28,8 +28,6 @@ if [ (id -u) -eq 0 ]
rm "$sudoConfig" rm "$sudoConfig"
userdel -rf "$name" userdel -rf "$name"
else else
source "$dir/../Software/bash/main.fish"
if not type -q getDeploymentScript if not type -q getDeploymentScript
function getDeploymentScript function getDeploymentScript
echo "No deployment script specified! No software will be installed." 1>&2 echo "No deployment script specified! No software will be installed." 1>&2