mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Update nextcloud_install_production.sh
This commit is contained in:
parent
04acb76a09
commit
a5d1eaba08
@ -37,7 +37,12 @@ echo "If the field after ':' is blank you are probably running as a pure root us
|
||||
echo "It's possible to install with root, but there will be minor errors."
|
||||
echo
|
||||
echo "Please create a user with sudo permissions if you want an optimal installation."
|
||||
if [[ $UNIXUSER == "ncadmin" ]]
|
||||
then
|
||||
sleep 0.1
|
||||
else
|
||||
run_static_script adduser
|
||||
fi
|
||||
|
||||
# Check Ubuntu version
|
||||
echo "Checking server OS and version..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user