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.
1 parent 6b544e0 commit 7176b34Copy full SHA for 7176b34
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