add the small FS::CurrentUser::BootstrapUser class for... surprise... bootstrapping
[freeside.git] / FS / FS / UID.pm
index 1f51ca6..0d32002 100644 (file)
@@ -74,7 +74,7 @@ sub forksuidsetup {
   $user = shift;
 
   if ( $FS::CurrentUser::upgrade_hack ) {
-    $user = '';
+    $user = 'fs_bootstrap';
   } else {
     croak "fatal: adminsuidsetup called without arguements" unless $user;