The accepted answer by @tim-cutts would not work if you call the script itself with sudo
:
sudo ./myscript.sh
A more simple version of this answer would be to use logname
:
curuser=$(logname)chown $curuser:$curuser /var/www/$sitename
The accepted answer by @tim-cutts would not work if you call the script itself with sudo
:
sudo ./myscript.sh
A more simple version of this answer would be to use logname
:
curuser=$(logname)chown $curuser:$curuser /var/www/$sitename