#!/bin/sh remove_web_config() { rm -rf /usr/syno/etc/www/app.d/FileStation.* } remove_web_config exit 0