mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
Remove hard-coded path
This commit is contained in:
parent
26d6d1818f
commit
8b9808872d
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
/usr/local/bin/fusea2pi $1 -o uid=`id -u` -o gid=`id -g` $2
|
||||
fusea2pi $1 -o uid=`id -u` -o gid=`id -g` $2
|
||||
|
Loading…
Reference in New Issue
Block a user