Merge branch 'main' into enh/noid/fix-plex-getting-drives

This commit is contained in:
Daniel Hansson 2025-08-27 14:41:28 +02:00 committed by GitHub
commit 42faaab8bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,19 +19,19 @@ debug_mode
# Check if root
root_check
# Don't run this script as root user, because we will need the account
if [ -z "$UNIXUSER" ]
then
msg_box "Please don't run this script as pure root user!"
exit 1
fi
# Check if xrdp is installed
if ! is_this_installed xrdp
then
# Ask for installing
install_popup "$SCRIPT_NAME"
XRDP_INSTALL=1
# Don't run this script as root user, because we will need the account
if [ -z "$UNIXUSER" ]
then
msg_box "Please don't run this script as pure root user!"
exit 1
fi
# Check if gnome-session is installed
if ! is_this_installed gnome-session