tezoatlipoca / GeFeSLE-server

GeFeSLE - Generic, Federated, Subscribable List Engine
1 stars 0 forks source link

handle config param parsing and execution permissions a bit better #91

Open tezoatlipoca opened 4 months ago

tezoatlipoca commented 4 months ago

Installing to run as a windows app for the first time. Attempted to run from C:\Program Files\gefesle\ - while user account is local admin, powershell isn't running elevated. gf runs, but it can't create wwwroot in C:\Program Files\gefesle\ because duh permissions. Throws exception - need to trap that and every other file creation call to elegently handle permission mismatches.. show a meaningful error.