aboutsummaryrefslogtreecommitdiff
path: root/rootfs/etc/profile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-06 10:46:39 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-06 10:46:39 +0100
commitae327cc50fd9d3e59e9f60088243adfc69cb312e (patch)
tree4efe5520ba87a604cf35e3d5c00d196e214bf1ae /rootfs/etc/profile
parentb854e8abb7e1ff0b43c9f99e9b641895e4d6c148 (diff)
fix busybox booting into root shellweek3
Diffstat (limited to 'rootfs/etc/profile')
-rw-r--r--rootfs/etc/profile1
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"