• Y
    `rake restart` should work without a `tmp` folder · 6fc83f8e
    Yoong Kang Lim 提交于
    In restart.rake, the creation of tmp/restart.txt
    would fail if the tmp folder does not exist in the
    app. This is a problem because apps cloned using
    git would not have the tmp folder, as the folder is
    in .gitignore. This commit creates the tmp folder
    if it does not exist.
    
    Fixes #20299
    
    [Yoong Kang Lim, Sunny Juneja]
    6fc83f8e
setup 824 字节