This commit is contained in:
ehpersonal38
2022-05-07 13:00:44 -04:00
parent 7d6f55d2ee
commit 18bfdccab0
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ fwrite($fh, $contents);
fwrite($fh2, $contents2);
if(strlen($apprise_input) > 0){
$appriseconfig = fopen("~/.apprise", "w");
$appriseconfig = fopen("".exec("~/").".apprise", "w");
fwrite($appriseconfig, $apprise_input);
}