Allow internal switch from sh to bash to take effect by not not forcing use of sh
This commit is contained in:
parent
19f9406b14
commit
b8b5c7ef2c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ DefaultDependencies=no
|
|||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
ExecStart=/bin/sh /usr/bin/droid/bind_vendor.sh
|
||||
ExecStart=/usr/bin/droid/bind_vendor.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=local-fs.target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue