mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
/etc/profile: automatically export vars from /etc/environment
This commit is contained in:
parent
2a863ae6aa
commit
e13a4fd8c4
@ -31,7 +31,8 @@ fi;
|
||||
test -f /data/etc/profile && source /data/etc/profile
|
||||
|
||||
# global environment variables
|
||||
set -a
|
||||
test -f /etc/environment && source /etc/environment
|
||||
test -f /data/etc/environment && source /data/etc/environment
|
||||
test -f /boot/etc/environment && source /boot/etc/environment
|
||||
|
||||
set +a
|
||||
|
Loading…
x
Reference in New Issue
Block a user