summaryrefslogtreecommitdiffstats
path: root/build_tools/archiso-19/mythvantage/backup_copy/airootfs/root/.bash_profile
blob: e78dd981c6b0f92780286186d9f23309eaa2e674 (plain)
1
2
3
4
5
6
7
#!/bin/bash
if [[ $(tty) == "/dev/tty1" ]]; then
    #automated_script
    /root/linhes_install/pre_install.sh
fi