mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 18:16:42 +10:00
fix
This commit is contained in:
parent
74df4369fd
commit
b21646bfaf
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ RUN cp /$BASE_USER/home/.zshenv $HOME/.zshenv.base
|
|||
RUN cp /$BASE_USER/home/.zshrc $HOME
|
||||
|
||||
# Remove remaining base user files
|
||||
RUN rm -rf $BASE_USER
|
||||
RUN rm -rf /$BASE_USER
|
||||
|
||||
# Take ownership of the desktop user's folder
|
||||
RUN chown -R $USER:$USER /$USER
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue