From bc50845742741192a9f35fd02dfa8992b9c281e0 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Fri, 8 Aug 2025 10:48:14 +0200 Subject: [PATCH] Hot Fix postinst debian package --- debian/ogrepository.postinst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/ogrepository.postinst b/debian/ogrepository.postinst index 27743d1..5c49a30 100755 --- a/debian/ogrepository.postinst +++ b/debian/ogrepository.postinst @@ -41,10 +41,6 @@ USER="opengnsys" # Provisionar base de datos si es necesario en caso de instalación. if [ "$1" = "configure" ] && [ -z "$2" ]; then -<<<<<<< HEAD -======= - ->>>>>>> ticket-2610 sed -i "s/%%OGREPOSITORY_USER%%/$SAMBA_USER/g" /etc/systemd/system/ogrepo-api.service sed -i "s/%%OGREPOSITORY_USER%%/$SAMBA_USER/g" /etc/samba/ogrepo-smb.conf