Changeset ed7e9d7 in OpenWorkouts-current for bin/install


Ignore:
Timestamp:
Jan 29, 2019, 12:41:01 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
1183d5a, 22eb5de
Parents:
26220ba (diff), bd8eeb4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged patches from darcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/install

    r26220ba red7e9d7  
    1010# Full path to the env
    1111env_path=${current}/env
     12
     13
     14set_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}
    1220
    1321check_python3() {
     
    5563
    5664install_js_deps() {
    57     chmod +x ${current}/bin/js_deps
    5865    ${current}/bin/js_deps
    5966}
    6067
    6168setup_start_stop() {
    62     chmod +x ${current}/bin/start
    6369    echo "OpenWorkouts successfully installed in ${env_path}"
    6470    echo ""
     
    7379}
    7480
     81set_script_permissions
    7582check_python3
    7683create_venv
Note: See TracChangeset for help on using the changeset viewer.