mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
no backticks
This commit is contained in:
parent
c702d883e4
commit
84db3c674b
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
function fixman () {
|
||||
for share in `zfs-show-my-shares--osx.sh |grep 'sharesmb on' |awk '{print $1}'`; do
|
||||
for share in $(zfs-show-my-shares--osx.sh |grep 'sharesmb on' |awk '{print $1}'); do
|
||||
echo "Fixing $share"
|
||||
zfs set sharesmb=on $share
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user