mirror of https://github.com/OpenIPC/firmware.git
Move ash history from overlay to /tmp (#536)
parent
b48a3c21db
commit
41a2e5d404
general/overlay/etc
|
@ -4,6 +4,7 @@ export HOME=${HOME:-/root}
|
|||
export TZ=$(cat /etc/TZ)
|
||||
export SENSOR=$(fw_printenv -n sensor)
|
||||
export ARCH=$(uname -m)
|
||||
export HISTFILE=/tmp/.ash_history
|
||||
|
||||
echo_c() { echo -ne "\e[1;$1m$2\e[0m"; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue