Latest
This commit is contained in:
parent
d80857beac
commit
07aa36ce23
1 changed files with 0 additions and 7 deletions
|
@ -112,10 +112,3 @@ elif [[ "$(uname)" == "Linux" ]]; then
|
||||||
echo -e "\e[92mGroup and user ${GROUP} created successfully on Linux\e[0m"
|
echo -e "\e[92mGroup and user ${GROUP} created successfully on Linux\e[0m"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the operating system is neither macOS nor Linux, display an error message
|
|
||||||
if command -v logg > /dev/null; then
|
|
||||||
logg error "Unsupported operating system"
|
|
||||||
else
|
|
||||||
echo -e "\e[91mUnsupported operating system\e[0m"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue