mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 11:05:58 +01:00
fix legacy system call to create hypr dir
This commit is contained in:
parent
445f8c71c5
commit
1a41f729a3
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ int main(int argc, char** argv) {
|
|||
}
|
||||
}
|
||||
|
||||
system("mkdir -p /tmp/hypr");
|
||||
|
||||
if (!ignoreSudo) {
|
||||
if (Init::isSudo()) {
|
||||
std::cout << "Hyprland shall not be run as the root user. If you really want to, use the --i-am-really-stupid flag.\n";
|
||||
|
|
Loading…
Reference in a new issue