summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/freeside-debian-releases.sh2
-rw-r--r--bin/svc.replace2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index 82465266f..e832d9176 100644
--- a/bin/freeside-debian-releases.sh
+++ b/bin/freeside-debian-releases.sh
@@ -38,7 +38,7 @@ fi
# Add the build information to changelog
-dch -b --newversion $GIT_VERSION~$DATE "Auto-Build"
+dch -b --newversion $GIT_VERSION-$DATE "Auto-Build"
# Using pbuilder and pdebuild in chroot instead of building directly : dpkg-buildpackage -b -rfakeroot -uc -us
diff --git a/bin/svc.replace b/bin/svc.replace
index ad9cc43a2..a9ceadab2 100644
--- a/bin/svc.replace
+++ b/bin/svc.replace
@@ -6,7 +6,7 @@ use FS::Record qw( qsearch );
use FS::cust_svc;
my $user = shift or die &usage;
-adminsuidsetup;
+adminsuidsetup $user;
my $svcpart = shift or die &usage;