Skip to content

Commit

Permalink
Update runtime.c
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Oct 18, 2015
1 parent 9b9ff3e commit 09e0157
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime.c
Expand Up @@ -259,7 +259,9 @@ main (int argc, char *argv[])

dir_fd = open (mount_dir, O_RDONLY);
if (dir_fd == -1) {
perror ("open dir error: ");
// perror ("open dir error: ");
printf("Could not mount AppImage\n");
printf("Please see https://github.com/probonopd/AppImageKit/wiki/FUSE\n");
exit (1);
}

Expand Down

0 comments on commit 09e0157

Please sign in to comment.