remove /etc/gitlab/ssl
This commit is contained in:
parent
43da0d9f91
commit
51aefea655
1 changed files with 1 additions and 0 deletions
1
debian/postrm
vendored
1
debian/postrm
vendored
|
@ -58,6 +58,7 @@ case "$1" in
|
||||||
id -u ${gitlab_user} && userdel -r ${gitlab_user}
|
id -u ${gitlab_user} && userdel -r ${gitlab_user}
|
||||||
rm -rf ${gitlab_data_dir}
|
rm -rf ${gitlab_data_dir}
|
||||||
su ${gitlab_user} -c 'psql gitlab_production -c ""' && su postgres -c "dropdb gitlab_production"
|
su ${gitlab_user} -c 'psql gitlab_production -c ""' && su postgres -c "dropdb gitlab_production"
|
||||||
|
rm -rf ${gitlab_ssl_path}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove my changes to the db.
|
# Remove my changes to the db.
|
||||||
|
|
Loading…
Add table
Reference in a new issue