mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-30 22:30:36 +03:00
luci: Restart service on press Save&Apply
This commit is contained in:
@@ -49,5 +49,7 @@ return baseclass.extend({
|
||||
dst_obj.packager.path = '/bin/opkg';
|
||||
dst_obj.packager.args = [ 'list-installed', '*'+this.appName+'*' ];
|
||||
}
|
||||
dst_obj.skey_pkg_dict = this.appName + '-pkg-dict';
|
||||
dst_obj.skey_need_restart = this.appName + '-need-restart';
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user