Skip to content

Commit

Permalink
Fix permission issue with Debian system (Leavii)
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Egg committed Aug 11, 2023
1 parent d867627 commit 426c7a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ols1clk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ function check_os
esac
elif [ -f /etc/debian_version ] ; then
OSNAME=debian
USER='nobody'
GROUP='nogroup'
case $(cat /etc/os-release | grep VERSION_CODENAME | cut -d = -f 2) in
stretch)
OSNAMEVER=DEBIAN9
Expand Down

0 comments on commit 426c7a6

Please sign in to comment.