better message about backing up.

This commit is contained in:
Naomi 2011-04-18 15:41:11 -04:00
parent fe59967f51
commit 6b1e6b87a0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ $configFiles = array(AirtimeIni::CONF_FILE_AIRTIME,
foreach ($configFiles as $conf) {
if (file_exists($conf)) {
echo "Backing up $conf".PHP_EOL;
echo "Backing up $conf to $conf.bak".PHP_EOL;
exec("cp $conf $conf.bak");
}
}