Skip to content

Commit

Permalink
Pass SED_SCRIPT to install.d scripts for templating action
Browse files Browse the repository at this point in the history
  • Loading branch information
kienanstewart authored and camlafit committed Jan 25, 2024
1 parent cbfbb0c commit ad19402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/alternc.install
Expand Up @@ -299,7 +299,7 @@ PHPMYADMIN_BLOWFISH="$PHPMYADMIN_BLOWFISH_ORIG"

# hook
test -d /usr/lib/alternc/install.d || mkdir -p /usr/lib/alternc/install.d
run-parts --arg=templates /usr/lib/alternc/install.d
run-parts --arg=templates --arg="$SED_SCRIPT" /usr/lib/alternc/install.d


######################################################################
Expand Down

0 comments on commit ad19402

Please sign in to comment.