We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9442d58 commit 30902eeCopy full SHA for 30902ee
web/utils/crontab.py
@@ -468,7 +468,7 @@ def getShell(self, param):
468
stype = 'database'
469
470
if stype == 'path' and param['echo'] == '':
471
- param['echo'] == "''"
+ param['echo'] == "1"
472
473
wheres = {
474
'path': head + "python3 " + script_dir + "/backup.py path " + param['sname'] + " " + str(param['save']) + " " + str(param['echo']),
0 commit comments