Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Changing the hardcoded xinitrc location to match the envirinmental variable
  • Loading branch information
atropos1789 authored and coastalwhite committed Apr 1, 2023
1 parent 1f2b8d4 commit 2823aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ $ROOT_CMD cp -f "extra/xsetup.sh" "/etc/lemurs/xsetup.sh"
if [ $? -ne 0 ]; then exit 1; fi

# Copy over default xinitrc
if [ -f .xinitrc ]
if [ -f $XINITRC ]
then
echo 'Copy over existing xinitrc'
$ROOT_CMD cp -f "~/.xinitrc" "/etc/lemurs/wms/xinitrc"
$ROOT_CMD cp -f "$XINITRC" "/etc/lemurs/wms/xinitrc"
fi

# Cache the current user
Expand Down

0 comments on commit 2823aa4

Please sign in to comment.