typo fix mdir => mkdir

This commit is contained in:
AJ ONeal 2018-06-28 03:25:36 -06:00
parent a8d5d91110
commit 28eb15d2e4
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ if [ -d "/Library/LaunchDaemons" ]; then
my_app_launchd_service_skel="etc/skel/Library/LaunchAgents/${my_app_pkg_name}.plist"
my_app_launchd_service="$HOME/Library/LaunchAgents/${my_app_pkg_name}.plist"
echo " > $rsync_cmd $TELEBIT_REAL_PATH/usr/share/dist/$my_app_launchd_service $my_app_launchd_service"
mdir -p $HOME/Library/LaunchAgents
mkdir -p $HOME/Library/LaunchAgents
$rsync_cmd "$TELEBIT_REAL_PATH/usr/share/dist/$my_app_launchd_service_skel" "$my_app_launchd_service"
echo " > chown $(id -u -n):$(id -g -n) $my_app_launchd_service"