summaryrefslogtreecommitdiff
path: root/target/linux/ramips/base-files/usr/sbin/setsmp.sh
blob: 71a76994e490b1494586c01963ffb8b511ae5066 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ -e /tmp/smb.flag ];
then
  smp.sh storage
else
  smp.sh wifi
fi