fixed privelages on tempzshrc

This commit is contained in:
Ryan Bakkes 2022-10-05 00:56:13 +02:00
parent 7222f2b93e
commit b32328e5fa

View File

@ -42,7 +42,7 @@ zsh_prompt() {
# run option
if [[ ${zshOption,,} = "y" ]]; then
# Create temporary zsh file
touch ~/.tempzshrc
sudo -u $SUDO_USER touch ~/.tempzshrc
# set up the basics of zsh
sh src/services/zsh/zsh.sh