mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Syntaxfehler.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@855 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -286,13 +286,13 @@
|
||||
} elsif ("$ARGV[0]" eq "enable") {
|
||||
if ("$ARGV[1]" eq "updates") {
|
||||
system("ln -s ../../opt/pakfire/pakfire /etc/fcron.daily/pakfire-update");
|
||||
elsif ("$ARGV[1]" eq "upgrades") {
|
||||
} elsif ("$ARGV[1]" eq "upgrades") {
|
||||
system("ln -s ../../opt/pakfire/pakfire /etc/fcron.daily/pakfire-upgrade");
|
||||
}
|
||||
} elsif ("$ARGV[0]" eq "disable") {
|
||||
if ("$ARGV[1]" eq "updates") {
|
||||
system("rm -f /etc/fcron.daily/pakfire-update");
|
||||
elsif ("$ARGV[1]" eq "upgrades") {
|
||||
} elsif ("$ARGV[1]" eq "upgrades") {
|
||||
system("rm -f /etc/fcron.daily/pakfire-upgrade");
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user