Skip to content

Commit

Permalink
Merge pull request #391 from PartialVolume/Fix_use_of_modprobe_on_Deb…
Browse files Browse the repository at this point in the history
…ian_11_part2

Would help if I explicitly stated the paths ;-)
  • Loading branch information
PartialVolume authored Dec 2, 2021
2 parents 86174b2 + 5eb4385 commit 4351b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nwipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ int main( int argc, char** argv )
pthread_t nwipe_sigint_thread; // The thread ID of the sigint handler.

char modprobe_command[] = "modprobe %s";
char modprobe_command2[] = "modprobe %s";
char modprobe_command3[] = "modprobe %s";
char modprobe_command2[] = "/sbin/modprobe %s";
char modprobe_command3[] = "/usr/sbin/modprobe %s";
char module_shortform[50];
char final_cmd_modprobe[sizeof( modprobe_command ) + sizeof( module_shortform )];

Expand Down

0 comments on commit 4351b3d

Please sign in to comment.