浏览代码

fixed upgrade script name

root 9 月之前
父节点
当前提交
aabd13e2a7
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/updates/2-8-0/after_sql.pl
  2. 0 0
      scripts/updates/2-8-0/update-services.sh

+ 1 - 1
scripts/updates/2-8-0/after_sql.pl

@@ -90,7 +90,7 @@ foreach my $row (@authlist_ref) {
 
 print "Stage 2: Fix systemd units\n";
 
-do_exec("2-8-0/udpate-services.sh");
+do_exec("2-8-0/update-services.sh");
 
 print "Done!\n";
 

+ 0 - 0
scripts/updates/2-8-0/udpate-services.sh → scripts/updates/2-8-0/update-services.sh