Changeset 7578 for luci/trunk/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh
- Timestamp:
- 09/29/11 10:43:33 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh
r7501 r7578 6 6 7 7 net=$1 8 9 if [ ! "$has_luci_splash" == TRUE ]; then 10 echo " Luci Splash is not installed, skipping setup of it." 11 exit 12 fi 8 13 9 14 handle_splash() {
