#!/bin/bash #================================================= # COMMON VARIABLES #================================================= ynh_arch="$YNH_ARCH" #================================================= # PERSONAL HELPERS #================================================= myynh_set_permissions () { chown -R $app: "$install_dir" chmod 750 "$install_dir" chmod -R o-rwx "$install_dir" chmod -R +x "$install_dir/bin/" } #================================================= # EXPERIMENTAL HELPERS #================================================= #================================================= # FUTURE OFFICIAL HELPERS #=================================================