-
-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The script /etc/cron.daily/dietpi can't reach G_AGUP function and it is exiting prematurely #6651
Comments
Many thanks for your report. Indeed dietpi-globals are missing there, crazy that this was never detected until now. Seems like this config combination is rare. The script however should not exit prematurely, does it? It just continues on error, but the intended APT update check is indeed missing then. You should not source . /boot/dietpi/func/dietpi-globals Fixed for next DietPi version with: b04b43b |
Looks like the script trow the error message and continue without ending prematurely, but since the It will be better if the source I'm pleased to have been able to assist. Thank you for your dedication to the DietPi project. |
Keeping the load minimal: fa0646e Also, as we are working on an own APT server, we'll likely move parts and finally DietPi completely into the APT repository as packages, So that |
Creating a bug report/issue
Required Information
Steps to reproduce
CONFIG_CHECK_DIETPI_UPDATES=
in /boot/dietpi.txt to 0;Expected behaviour
Actual behaviour
Extra details
source /boot/dietpi/dietpi-update
just before line 31:G_AGUP -f
in /etc/cron.daily/dietpi solves the issue.The text was updated successfully, but these errors were encountered: