Initial commit

This commit is contained in:
2026-03-03 19:53:38 -05:00
parent 64e854364b
commit bfd1006698
82 changed files with 9540 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
#!/bin/bash
# bashrc.rbruserver
# Rescue CD Backup & Restore Utility server bash configuration
# version 7.2.5
# Rod Wright 1/16/2024
# Refer to CHANGELOG file for details.
# -----------------------------------------------------------------------------
if [ ! "$(grep nox /proc/cmdline)" ]
then
if [ -x /usr/bin/X ]
then
if [ -e /etc/startx ]
then
rm -f /etc/startx
source /etc/profile ##STARTX##STARTX su - -c startx
[ -f /etc/motd ] && cat /etc/motd
fi
fi
fi
# Start rbruserver
if [ `/usr/bin/tty` = "/dev/tty1" ]; then
/root/rescuebru/rbruserver
fi