CC-2138: update_db_info.py to read from /etc/airtime/airtime.conf
-done
This commit is contained in:
parent
86f2129f8d
commit
d3ec3ef1e8
5 changed files with 26 additions and 20 deletions
|
@ -167,10 +167,14 @@ class AirtimeInstall {
|
|||
|
||||
$dir = realpath(__DIR__."/../../utils/airtime-clean-storage");
|
||||
exec("ln -s $dir /usr/bin/airtime-clean-storage");
|
||||
|
||||
$dir = realpath(__DIR__."/../../utils/airtime-update-db-settings");
|
||||
exec("ln -s $dir /usr/bin/airtime-update-db-settings");
|
||||
}
|
||||
|
||||
public static function RemoveSymlinks(){
|
||||
exec("rm -f /usr/bin/airtime-import");
|
||||
exec("rm -f /usr/bin/airtime-clean-storage");
|
||||
exec("rm -f /usr/bin/airtime-update-db-settings");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue