mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
obuspa: Don't overwrite existing .profile.
This commit is contained in:
parent
74df3bbd25
commit
6223a63efe
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ configure_obuspa() {
|
|||
export USP_BOARD_IFNAME=${l3device}
|
||||
|
||||
# Set this variable for root user
|
||||
echo "export USP_BOARD_IFNAME=${l3device}">/root/.profile
|
||||
echo "export USP_BOARD_IFNAME=${l3device}">>/root/.profile
|
||||
|
||||
[ -f $cert ] && certificate=$cert
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue