chiark / gitweb /
@@ -1,4 +1,4 @@
[chiark-utils.git] / backup / full
index c25acc0861762e5c81c4e84784a0cf6c009538e4..02b5b0c60d89b41ba85a068335cf1e59af39dd5f 100755 (executable)
@@ -35,7 +35,7 @@ $|=1;
 # dumped in both full and incremental dumps.
 setstatus "FAILED configuration check";
 print "Configuration check ...\n" or die $!;
-system 'checkallused'; $? and die $?;
+system 'backup-checkallused'; $? and die $?;
 
 printdate();