Commit 13531378 authored by Jondy Zhao's avatar Jondy Zhao

Fix slapos-cron-config using a fix accout problem

parent 3ad9bbeb
...@@ -571,7 +571,7 @@ create_user() { ...@@ -571,7 +571,7 @@ create_user() {
username="${first_account}" username="${first_account}"
else else
echo "No privileged account could be found." echo "No privileged account could be found."
username="slaproot" username="${slapos_administrator}"
fi fi
echo "This script plans to use the name ${username} for the new user," echo "This script plans to use the name ${username} for the new user,"
echo "which will only be able to run as a service." echo "which will only be able to run as a service."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment