mirror of https://github.com/jenkinsci/jenkins.git
I'm scared of deleting things. It doesn't buy us much
and we have all the risks of angry users.
This commit is contained in:
parent
68f77104a4
commit
22f545e5e6
|
|
@ -57,11 +57,6 @@ case "$1" in
|
|||
find /var/lib/jenkins -path "*jobs" -prune -o -path "*.ssh" -prune -o -type l -prune -o -exec chmod 750 {} + || true
|
||||
chmod -R 750 /var/run/jenkins
|
||||
chmod 750 /var/log/jenkins
|
||||
|
||||
# delete old hudson user if it's still here
|
||||
if id hudson > /dev/null 2>&1 ; then
|
||||
userdel hudson || true
|
||||
fi
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
|
|
|||
Loading…
Reference in New Issue