Changes in bin/install [7783f97:d17dffe] in OpenWorkouts-current


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/install

    r7783f97 rd17dffe  
    1010# Full path to the env
    1111env_path=${current}/env
    12 
    13 
    14 set_scripts_permissions() {
    15     # ensure the shell scripts we will need have proper permissions
    16     chmod u+x ${current}/bin/js_deps
    17     chmod u+x ${current}/bin/start
    18     chmod u+x ${current}/bin/screenshot_map
    19 }
    2012
    2113check_python3() {
     
    6355
    6456install_js_deps() {
     57    chmod +x ${current}/bin/js_deps
    6558    ${current}/bin/js_deps
    6659}
    6760
    6861setup_start_stop() {
     62    chmod +x ${current}/bin/start
    6963    echo "OpenWorkouts successfully installed in ${env_path}"
    7064    echo ""
     
    7973}
    8074
    81 set_script_permissions
    8275check_python3
    8376create_venv
Note: See TracChangeset for help on using the changeset viewer.