We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e8cf04 + 7176b34 commit f896f88Copy full SHA for f896f88
protected/commands/BackupCommand.php
@@ -34,6 +34,6 @@ public function run($args)
34
LinuxAccess::exec($comando);
35
36
LinuxAccess::exec("tar czvf /usr/local/src/magnus/backup/backup_voip_softswitch.$data.tgz /tmp/base.sql /etc/asterisk");
37
- unlink("rm -f /tmp/base.sql");
+ unlink("/tmp/base.sql");
38
}
39
0 commit comments