You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
When the find command fails to find the UID, the error/warning confuses users. Error handling should be added so that this command does not report a problem on first install.
Note that line 48 is referenced by the backup and restore commands. If NoUser is found, the backup/restore commands will throw an error that the user must log in before using the commands:
The following lines fail after initial install but succeed after the user logs in.
https://github.com/ferion11/LogosLinuxInstaller/blob/master/Launcher-Template.sh#L47-L48
When the
find
command fails to find the UID, the error/warning confuses users. Error handling should be added so that this command does not report a problem on first install.Note that line 48 is referenced by the backup and restore commands. If NoUser is found, the backup/restore commands will throw an error that the user must log in before using the commands:
backup
restore
The text was updated successfully, but these errors were encountered: