tano-systems / luci-app-tn-netports

Network ports status LuCI application
MIT License
28 stars 19 forks source link

not sure if "luasrc" folder should exist #4

Closed ferboiar closed 3 years ago

ferboiar commented 3 years ago

Hi

should the luasrc folder exist?

There is a pscp command trying to copy the folder but it isn't exist...:

IF EXIST %~dp0/luasrc (
    pscp -r %EXTRA_OPTIONS% %~dp0/luasrc/* %HOST%:%LUCI_LUASRC_PATH%
)
namedun commented 3 years ago

This is an old deploy script that was written for an old version with a lua backend. The current version of the application is rewritten in JavaScript and has no luasrc directory. So, the no luasrc is normal.