This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# based on https://gist.github.com/brauliobo/d3692d3ac5eb8b00e863 | |
# our version handle spaces and other chars we use in the launch configuration | |
# | |
BOLD="\e[1m" | |
RESET="\e[0m" | |
GREEN="\e[32m" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo $this->element('Crud/form', array( | |
'model' => 'FaxekondiVideo', | |
'columns' => array( | |
'name', | |
'description' => array('type' => 'textarea'), | |
1) 'video_asset_file_id' => array('element' => array('admin_form_selector', array('settings' => array('image' => false)), array('plugin' => 'Hest'))) | |
if ($config['element']) { | |
echo call_user_func_array(array($this, 'element'), $config['element']); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update-rc.d logstash-shipper defaults | |
update-rc.d logstash-reader defaults |