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 was archived by the owner on May 16, 2025. It is now read-only.
if [ !-z"$YCCLEANUP_SYS_USER" ];then
...
fiecho"DONE"
Removing system user... DONE выводится вне зависимости от того был удален пользователь или нет.
Может стоит выводить предупрежение или писать SKIPPED вместо DONE?
Ещё можно было бы добавить опцию, которая возьмет имя системного пользователя из $SUDO_USER.