Merge branch '1.9.1' into devel
This commit is contained in:
commit
4ca480ba5e
8 changed files with 101 additions and 12 deletions
|
@ -355,6 +355,10 @@ class AirtimeInstall
|
|||
echo "* Installing airtime-check-system".PHP_EOL;
|
||||
$dir = AirtimeInstall::CONF_DIR_BINARIES."/utils/airtime-check-system";
|
||||
exec("ln -s $dir /usr/bin/airtime-check-system");
|
||||
|
||||
echo "* Installing airtime-user".PHP_EOL;
|
||||
$dir = AirtimeInstall::CONF_DIR_BINARIES."/utils/airtime-user";
|
||||
exec("ln -s $dir /usr/bin/airtime-user");
|
||||
}
|
||||
|
||||
public static function RemoveSymlinks()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue