Skip to content
Snippets Groups Projects
Commit f9248db3 authored by Rasmus Fuhse's avatar Rasmus Fuhse Committed by David Siegfried
Browse files

Resolve "Twillo-Generate-Private speichert im falschen Pfad"

Closes #1864

Merge request studip/studip!1221
parent dc24c899
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ final class PrivateKeys extends AbstractCommand
{
$io = new SymfonyStyle($input, $output);
$appId = str_replace(' ', '-', Config::get()->UNI_NAME_CLEAN);
$privateKey = $GLOBALS['ABSOLUTE_PATH_STUDIP'] . '/config/twillo-private.key';
$properties = $GLOBALS['ABSOLUTE_PATH_STUDIP'] . '/config/twillo.properties.xml';
$privateKey = $GLOBALS['STUDIP_BASE_PATH'] . '/config/twillo-private.key';
$properties = $GLOBALS['STUDIP_BASE_PATH'] . '/config/twillo.properties.xml';
if (!file_exists($privateKey)) {
$key = EduSharingHelper::generateKeyPair();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment