Closed ferboiar closed 3 years ago
Hi
should the luasrc folder exist?
luasrc
There is a pscp command trying to copy the folder but it isn't exist...:
pscp
IF EXIST %~dp0/luasrc ( pscp -r %EXTRA_OPTIONS% %~dp0/luasrc/* %HOST%:%LUCI_LUASRC_PATH% )
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.
Hi
should the
luasrc
folder exist?There is a
pscp
command trying to copy the folder but it isn't exist...: