mirror of
https://github.com/nitanmarcel/isodrive.git
synced 2026-03-13 04:17:24 +00:00
Fix umount
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ int main(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (argc == 1) {
|
if (argc == 1) {
|
||||||
return print_help();
|
print_help();
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (getuid() != 0) {
|
else if (getuid() != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user