diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-06 10:46:39 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-06 10:46:39 +0100 |
commit | ae327cc50fd9d3e59e9f60088243adfc69cb312e (patch) | |
tree | 4efe5520ba87a604cf35e3d5c00d196e214bf1ae /rootfs/etc/profile | |
parent | b854e8abb7e1ff0b43c9f99e9b641895e4d6c148 (diff) |
fix busybox booting into root shellweek3
Diffstat (limited to 'rootfs/etc/profile')
-rw-r--r-- | rootfs/etc/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootfs/etc/profile b/rootfs/etc/profile index 3c2be89..557b21a 100644 --- a/rootfs/etc/profile +++ b/rootfs/etc/profile @@ -1,4 +1,5 @@ # /etc/profile umask 022 export PATH="$PATH:/usr/bin" +cd "$HOME" |