mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
typo Warning
This commit is contained in:
parent
ccd1d5a891
commit
24daafb095
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ echo "You are running with user `id -u`:`id -g`"
|
|||
if [ `id -u` -eq 0 ] && [ `id -g` -eq 0 ]; then
|
||||
echo "Running in New Mode"
|
||||
if [ "${UID}" -eq 0 ]; then
|
||||
echo "Waring, it is not recommended to run as root user, please check if you have set the UID environment variable"
|
||||
echo "Warning, it is not recommended to run as root user, please check if you have set the UID environment variable"
|
||||
fi
|
||||
echo "Setting umask to ${UMASK}"
|
||||
umask ${UMASK}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue